Skip to content

Commit 19a0c56

Browse files
committed
Javadoc
1 parent 91a1762 commit 19a0c56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/apache/bcel/classfile/Utility.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ public static String accessToString(final int accessFlags) {
185185

186186
/**
187187
* Convert bit field of flags into string such as 'static final'.
188-
*
188+
* <p>
189189
* Special case: Classes compiled with new compilers and with the 'ACC_SUPER' flag would be said to be "synchronized".
190190
* This is because SUN used the same value for the flags 'ACC_SUPER' and 'ACC_SYNCHRONIZED'.
191+
* </p>
191192
*
192193
* @param accessFlags Access flags
193194
* @param forClass access flags are for class qualifiers ?

0 commit comments

Comments
 (0)