소스 검색

Bug in gemini code

Patrick Falls 12 년 전
부모
커밋
14976afca5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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.    
   }