OSDN Git Service

JDK1.7対応
[jovsonz/Jovsonz.git] / src / test / java / jp / sourceforge / jovsonz / JsNumberTest.java
index 7eb5356..1836cb5 100644 (file)
@@ -12,6 +12,7 @@ import org.junit.AfterClass;
 import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.Test;
+
 import static org.junit.Assert.*;
 
 /**
@@ -253,7 +254,7 @@ public class JsNumberTest {
                     throw new JsVisitException();
                 }
 
-                public void visitCompositionClose(JsComposition composite)
+                public void visitCompositionClose(JsComposition<?> composite)
                         throws JsVisitException{
                     throw new JsVisitException();
                 }