Skip to content

Commit 77f8f4c

Browse files
github-actionsgithub-actions
authored andcommitted
Formatted with Google Java Formatter
1 parent 64bed62 commit 77f8f4c

19 files changed

+66
-64
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
package com.examplehub.basics.thread;
22

3-
import java.util.concurrent.Callable;
43

5-
public class CallableExample {
6-
}
4+
public class CallableExample {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class DaemonThread {
4-
}
3+
public class DaemonThread {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class ExampleRunnable{
4-
}
3+
public class ExampleRunnable {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class ExampleThread {
4-
}
3+
public class ExampleThread {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class JoinThread {
4-
}
3+
public class JoinThread {}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class PriorityOfThread {
4-
5-
}
3+
public class PriorityOfThread {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class SleepExample {
4-
}
3+
public class SleepExample {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class StopThread {
4-
}
3+
public class StopThread {}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
package com.examplehub.basics.thread;
22

3-
public class TakeMoneyFromAccountExample {
4-
}
3+
public class TakeMoneyFromAccountExample {}

src/test/java/com/examplehub/basics/thread/CallableExampleTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package com.examplehub.basics.thread;
22

3-
import java.util.concurrent.*;
3+
import static org.junit.jupiter.api.Assertions.*;
44

5+
import java.util.concurrent.*;
56
import org.junit.jupiter.api.*;
67
import org.junit.jupiter.api.Test;
7-
import static org.junit.jupiter.api.Assertions.*;
88

99
class CallableExampleTest {
1010

0 commit comments

Comments
 (0)