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