mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-23 16:25:17 +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:
@@ -48,7 +48,7 @@ class AdapterPatternTest {
|
||||
* This method runs before the test execution and sets the bean objects in the beans Map.
|
||||
*/
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
void setup() {
|
||||
beans = new HashMap<>();
|
||||
|
||||
var fishingBoatAdapter = spy(new FishingBoatAdapter());
|
||||
|
||||
Reference in New Issue
Block a user