mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 14:59:37 +00:00
📍Use lombok, reformat, and optimize the code (#1560)
* Use lombok, reformat, and optimize the code * Fix merge conflicts and some sonar issues Co-authored-by: va1m <va1m@email.com>
This commit is contained in:
@@ -37,7 +37,7 @@ import org.junit.jupiter.api.Test;
|
||||
public class AlchemistShopTest {
|
||||
|
||||
@Test
|
||||
public void testShop() {
|
||||
void testShop() {
|
||||
final var shop = new AlchemistShop();
|
||||
|
||||
final var bottomShelf = shop.getBottomShelf();
|
||||
|
||||
Reference in New Issue
Block a user