Explorar o código

Bug in gemini code

Patrick Falls %!s(int64=12) %!d(string=hai) anos
pai
achega
249c8b9422
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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.    
   }