Rename files "java*.*" to "java-applet*.*".

This commit is contained in:
Cyril Schumacher
2015-02-09 15:52:48 +01:00
parent b63fcec22a
commit 2c67795a50
3 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
/// <reference path="java.d.ts" />
/// <reference path="java-applet.d.ts" />
/**
* @summary Test for the applet status.
@@ -19,4 +19,4 @@ function testHandlers() {
onLoad: handler,
onStop: handler
};
}
}