Cleanup (test data format)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
package pkg
|
||||
|
||||
object TestSynchronizedUnprotected {
|
||||
class TestSynchronizedUnprotected {
|
||||
fun test() {
|
||||
synchronized(this) {
|
||||
println("Boom")
|
||||
|
||||
Reference in New Issue
Block a user