Issue #1566: HideUtilityClassConstructor violations fixed

This commit is contained in:
Ruslan Diachenko 2015-08-13 22:22:06 +01:00 committed by Roman Ivanov
parent cc1b2e99c3
commit 245ca68d99
1 changed files with 7 additions and 0 deletions

View File

@ -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.