This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 67d09660 Javadoc 67d09660 is described below commit 67d09660fb41804015d842ecad8cd5e701035eeb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 22 15:35:37 2023 -0400 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 00268ed6..4ebfbfcd 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 @@ public class InstructionFactory implements InstructionConstants { 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 = {