mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 03:01:12 +00:00
squid:S2974 - Classes without public constructors should be final
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.List;
|
||||
/**
|
||||
* The Step Builder class.
|
||||
*/
|
||||
public class CharacterStepBuilder {
|
||||
public final class CharacterStepBuilder {
|
||||
|
||||
private CharacterStepBuilder() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user