Reformat builder pattern - issue #224
This commit is contained in:
@ -2,7 +2,7 @@ package com.iluwatar.builder;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar. builder.App;
|
||||
import com.iluwatar.builder.App;
|
||||
|
||||
/**
|
||||
*
|
||||
@ -11,9 +11,9 @@ import com.iluwatar. builder.App;
|
||||
*/
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
@Test
|
||||
public void test() {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user