mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 06:58:41 +00:00
Fixing squid:S1118 - Utility classes should not have public constructors
This commit is contained in:
@@ -18,6 +18,9 @@ import java.util.Map;
|
||||
*/
|
||||
public class RainbowFishSerializer {
|
||||
|
||||
private RainbowFishSerializer() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Write V1 RainbowFish to file
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user