Fix malformated java code

This commit is contained in:
Manuel Thalmann 2023-10-24 18:43:52 +02:00
parent 4aaf1525ae
commit 0b0e3d24ea

View file

@ -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);
} }
/** /**