Fixing squid:S1118 - Utility classes should not have public constructors

This commit is contained in:
Kirill Vlasov
2015-12-23 10:03:11 +05:00
parent 3d8c64d76d
commit c8a750df49
7 changed files with 21 additions and 0 deletions

View File

@ -18,6 +18,9 @@ import java.util.Map;
*/
public class RainbowFishSerializer {
private RainbowFishSerializer() {
}
/**
* Write V1 RainbowFish to file
*/