Pārlūkot izejas kodu

Bug in gemini code

Patrick Falls 12 gadi atpakaļ
vecāks
revīzija
14976afca5
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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);
     this(context, action, null);
   }
   }
-
   @Override
   @Override
-  protected <C extends Context> void onValidlySubmitted(C arg0)
+  protected void onValidlySubmitted()
   {
   {
     // Does nothing.    
     // Does nothing.    
   }
   }