We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a1762 commit 19a0c56Copy full SHA for 19a0c56
1 file changed
src/main/java/org/apache/bcel/classfile/Utility.java
@@ -185,9 +185,10 @@ public static String accessToString(final int accessFlags) {
185
186
/**
187
* Convert bit field of flags into string such as 'static final'.
188
- *
+ * <p>
189
* Special case: Classes compiled with new compilers and with the 'ACC_SUPER' flag would be said to be "synchronized".
190
* This is because SUN used the same value for the flags 'ACC_SUPER' and 'ACC_SYNCHRONIZED'.
191
+ * </p>
192
*
193
* @param accessFlags Access flags
194
* @param forClass access flags are for class qualifiers ?
0 commit comments