mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 08:58:26 +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:
+1
-1
@@ -33,7 +33,7 @@ import com.iluwatar.specification.creature.Creature;
|
||||
import com.iluwatar.specification.property.Mass;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class MassSelectorTest {
|
||||
class MassSelectorTest {
|
||||
|
||||
/**
|
||||
* Verify if the mass selector gives the correct results.
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
public class MovementSelectorTest {
|
||||
class MovementSelectorTest {
|
||||
|
||||
/**
|
||||
* Verify if the movement selector gives the correct results.
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
|
||||
*
|
||||
* @author Jeroen Meulemeester
|
||||
*/
|
||||
public class SizeSelectorTest {
|
||||
class SizeSelectorTest {
|
||||
|
||||
/**
|
||||
* Verify if the size selector gives the correct results
|
||||
|
||||
Reference in New Issue
Block a user