mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 10:58:51 +00:00
Fixing squid:S1118 - Utility classes should not have public constructors
This commit is contained in:
+3
@@ -21,6 +21,9 @@ import org.apache.isis.objectstore.jdo.datanucleus.IsisConfigurationForJdoIntegT
|
||||
|
||||
public class SimpleAppSystemInitializer {
|
||||
|
||||
private SimpleAppSystemInitializer() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Init test system
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user