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:
Robert Volkmann
2022-10-30 17:21:21 +01:00
committed by GitHub
parent 5afc32cf23
commit 4cd8149502
155 changed files with 273 additions and 273 deletions
@@ -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.
@@ -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.
@@ -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