Browse Source

Bug in gemini code

Patrick Falls 12 years ago
parent
commit
14976afca5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      gemini/Source/hello/GhForm.java

+ 1 - 2
gemini/Source/hello/GhForm.java

@@ -56,9 +56,8 @@ public class GhForm
   {
     this(context, action, null);
   }
-
   @Override
-  protected <C extends Context> void onValidlySubmitted(C arg0)
+  protected void onValidlySubmitted()
   {
     // Does nothing.    
   }