Add @since

This commit is contained in:
Dave Syer
2014-05-02 11:22:19 +01:00
parent 9fc9523ce3
commit b04304b691
5 changed files with 9 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ public class JvmUtilsTests {
@Test
public void getToolsJar() throws Exception {
URL jarUrl = JvmUtils.getToolsJarUrl();
System.out.println(jarUrl);
// System.out.println(jarUrl);
assertThat(jarUrl.toString(), endsWith(".jar"));
assertThat(new File(jarUrl.toURI()).exists(), equalTo(true));
}