From 67d09660fb41804015d842ecad8cd5e701035eeb Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 22 Jul 2023 15:35:37 -0400 Subject: [PATCH] Javadoc --- src/main/java/org/apache/bcel/generic/InstructionFactory.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {