mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 12:59:00 +00:00
squid:S2974 - Classes without public constructors should be final
This commit is contained in:
+1
-1
@@ -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