File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/test/java/org/apache/commons/lang3 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ void test_getShortCanonicalName_String() {
569569 assertEquals ("int[][]" , ClassUtils .getShortCanonicalName ("[[I" ));
570570 assertEquals ("int[]" , ClassUtils .getShortCanonicalName ("int[]" ));
571571 assertEquals ("int[][]" , ClassUtils .getShortCanonicalName ("int[][]" ));
572- assertEquals ("int[][][][][][][][][][]" , ClassUtils .getShortCanonicalName ("int[][][][][][][][][][][][]" ));
572+ assertEquals ("int[][][][][][][][][][][][] " , ClassUtils .getShortCanonicalName ("int[][][][][][][][][][][][]" ));
573573 // this is to demonstrate that the documentation and the naming of the methods
574574 // uses the class name and canonical name totally mixed up, which cannot be
575575 // fixed without backward compatibility break
You can’t perform that action at this time.
0 commit comments