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