Skip to content

Commit adc598c

Browse files
committed
Add comments
1 parent 397d249 commit adc598c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,15 @@ private static final class MethodDescriptor {
165165
}
166166

167167
interface PackagePrivateEmptyInterface {
168+
// empty
168169
}
169170

170171
public static class ParentObject extends GrandParentObject {
172+
// empty
171173
}
172174

173175
private interface PrivateEmptyInterface {
176+
// empty
174177
}
175178

176179
public static class TestBean {

0 commit comments

Comments
 (0)