Skip to content

Commit 53b673d

Browse files
hoangnam2261iluwatar
authored andcommitted
No Need declare App class as a utility class (iluwatar#827)
1 parent 966c563 commit 53b673d

File tree

1 file changed

+1
-3
lines changed
  • module/src/main/java/com/iluwatar/module

1 file changed

+1
-3
lines changed

module/src/main/java/com/iluwatar/module/App.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Console Logger
3232
*
3333
*/
34-
public final class App {
34+
public class App {
3535

3636
public static FileLoggerModule fileLoggerModule;
3737
public static ConsoleLoggerModule consoleLoggerModule;
@@ -87,6 +87,4 @@ public static void main(final String... args) throws FileNotFoundException {
8787
execute(args);
8888
unprepare();
8989
}
90-
91-
private App() {}
9290
}

0 commit comments

Comments
 (0)