Removed AvoidStarImport Rule

Added JavaDocType Rule
This commit is contained in:
Mudit Porwal
2017-03-22 01:16:01 +08:00
parent 175e9f58c1
commit 09585c3874
105 changed files with 577 additions and 284 deletions

View File

@ -25,10 +25,13 @@ package com.iluwatar.mutex;
import org.junit.Test;
import java.io.IOException;
/**
* Application Test Entrypoint
*/
public class AppTest{
@Test
public void test() throws IOException {
String[] args = {};
App.main(args);
}
}
}