Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 22, 2023
1 parent 7dd50ae commit 67d0966
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 67d0966

Please sign in to comment.