mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 23:36:25 +00:00
Fix checkstyle validations
This commit is contained in:
+3
-3
@@ -25,12 +25,12 @@ package com.iluwatar.abstractfactory;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.abstractfactory.App.FactoryMaker;
|
||||
import com.iluwatar.abstractfactory.App.FactoryMaker.KingdomType;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Test for abstract factory
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user