parent
6f70918c3b
commit
b2a6767640
Binary file not shown.
Binary file not shown.
@ -1,11 +1,9 @@ |
||||
package pkg; |
||||
|
||||
public final class PrivateEmptyConstructor { |
||||
|
||||
private PrivateEmptyConstructor() {} |
||||
public final class TestPrivateEmptyConstructor { |
||||
private TestPrivateEmptyConstructor() {} |
||||
|
||||
public final void test() { |
||||
System.out.println("test"); |
||||
} |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue