squid:S2974 - Classes without public constructors should be final
This commit is contained in:
@ -38,7 +38,7 @@ import java.util.Map;
|
||||
* added to the schema.
|
||||
*
|
||||
*/
|
||||
public class RainbowFishSerializer {
|
||||
public final class RainbowFishSerializer {
|
||||
|
||||
private RainbowFishSerializer() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user