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