Issue #1566: HideUtilityClassConstructor violations fixed
This commit is contained in:
parent
cc1b2e99c3
commit
245ca68d99
|
|
@ -36,6 +36,13 @@ public final class Main {
|
|||
*/
|
||||
private static JFrame frame;
|
||||
|
||||
/**
|
||||
* Hidden constructor of the current utility class.
|
||||
*/
|
||||
private Main() {
|
||||
// no code
|
||||
}
|
||||
|
||||
/**
|
||||
* Entry point.
|
||||
* @param args the command line arguments.
|
||||
|
|
|
|||
Loading…
Reference in New Issue