Reformat bridge design pattern - Issue #224

This commit is contained in:
Ankur Kaushal
2015-11-01 17:43:54 -05:00
parent 16a8c85af6
commit e7b6542134
13 changed files with 161 additions and 171 deletions

View File

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