Skip to content

Commit 2e2e34b

Browse files
author
svorenova
committed
Renaming unit test for generic inner classes to bounded generic inner classes
1 parent c5b06e6 commit 2e2e34b

12 files changed

+11
-13
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

unit/java_bytecode/java_bytecode_parse_generics/GenericInnerClasses.java renamed to unit/java_bytecode/java_bytecode_parse_generics/BoundedGenericInnerClasses.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public class GenericInnerClasses
1+
public class BoundedGenericInnerClasses
22
{
33
class Inner<E>
44
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)