diff --git a/hwb1/src/hwb1/MyApplet.java b/hwb1/src/hwb1/MyApplet.java
index 7dc89d5..e9dd240 100644
--- a/hwb1/src/hwb1/MyApplet.java
+++ b/hwb1/src/hwb1/MyApplet.java
@@ -26,7 +26,7 @@ public class MyApplet extends Applet {
      * @param bLength the length in bytes of the parameter data in bArray
      */
     public static void install(byte[] bArray, short bOffset, byte bLength) {
-        new MyApplet(byte[] bArray, short bOffset, byte bLength);
+        new MyApplet(bArray, bOffset, bLength);
     }
 
     /**