OSDN Git Service

Sync with change to core
authorJustin Shapcott <support@mobidevelop.com>
Tue, 1 Oct 2013 22:32:46 +0000 (15:32 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Tue, 1 Oct 2013 22:32:46 +0000 (15:32 -0700)
backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/Field.java

index 6623907..eabd31a 100644 (file)
@@ -82,8 +82,9 @@ public final class Field {
                return field.isSynthetic();
        }
        
-       /** If the type of the field is parameterized, returns the Class object representing the parameter type, null otherwise. */
-       public Class getElementType() {
+       /** If the type of the field is parameterized, returns the Class object representing the parameter type at the specified index,
+        * null otherwise. */
+       public Class getElementType (int index) {
                return null;
        }