Reformat Adapter Pattern - Issue #224

This commit is contained in:
Ankur Kaushal
2015-11-01 17:26:57 -05:00
parent c0c21ebd91
commit 95c16200e7
6 changed files with 54 additions and 57 deletions

View File

@@ -11,9 +11,9 @@ import com.iluwatar.adapter.App;
*/
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
@Test
public void test() {
String[] args = {};
App.main(args);
}
}