mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 04:59:24 +00:00
refactor: remove code smell java:S5786 (#2159)
https://sonarcloud.io/organizations/iluwatar/rules?open=java%3AS5786&rule_key=java%3AS5786
This commit is contained in:
@@ -36,7 +36,7 @@ import org.junit.jupiter.api.Test;
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
public class CharacterStepBuilderTest {
|
||||
class CharacterStepBuilderTest {
|
||||
|
||||
/**
|
||||
* Build a new wizard {@link Character} and verify if it has the expected attributes
|
||||
|
||||
Reference in New Issue
Block a user