diff --git a/src/main/java/org/apache/bcel/generic/InstructionFactory.java b/src/main/java/org/apache/bcel/generic/InstructionFactory.java index 00268ed6ec..4ebfbfcd9f 100644 --- a/src/main/java/org/apache/bcel/generic/InstructionFactory.java +++ b/src/main/java/org/apache/bcel/generic/InstructionFactory.java @@ -49,7 +49,9 @@ private static class MethodObject { private static final String FQCN_STRING_BUFFER = "java.lang.StringBuffer"; - // N.N. These must agree with the order of Constants.T_CHAR through T_LONG + /** + * These must agree with the order of Constants.T_CHAR through T_LONG. + */ private static final String[] SHORT_NAMES = {"C", "F", "D", "B", "S", "I", "L"}; private static final MethodObject[] APPEND_METHOD_OBJECTS = {