Fix malformated java code
This commit is contained in:
parent
4aaf1525ae
commit
0b0e3d24ea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class MyApplet extends Applet {
|
||||||
* @param bLength the length in bytes of the parameter data in bArray
|
* @param bLength the length in bytes of the parameter data in bArray
|
||||||
*/
|
*/
|
||||||
public static void install(byte[] bArray, short bOffset, byte bLength) {
|
public static void install(byte[] bArray, short bOffset, byte bLength) {
|
||||||
new MyApplet(byte[] bArray, short bOffset, byte bLength);
|
new MyApplet(bArray, bOffset, bLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue