[jtype] Add missing method

gil gil at fedoraproject.org
Wed Apr 2 10:51:05 UTC 2014


commit b2567112ca574a48bdb9d8204e603e2791f89c12
Author: gil <puntogil at libero.it>
Date:   Wed Apr 2 12:50:51 2014 +0200

    Add missing method

 jtype-0.1.2-java8.patch |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/jtype-0.1.2-java8.patch b/jtype-0.1.2-java8.patch
index 0dac315..2c51f5b 100644
--- a/jtype-0.1.2-java8.patch
+++ b/jtype-0.1.2-java8.patch
@@ -1,6 +1,6 @@
 --- src/main/java/com/googlecode/jtype/DefaultTypeVariable.java	2010-11-16 11:39:34.000000000 +0100
-+++ src/main/java/com/googlecode/jtype/DefaultTypeVariable.java-gil	2014-04-02 12:27:20.180856440 +0200
-@@ -120,6 +120,11 @@
++++ src/main/java/com/googlecode/jtype/DefaultTypeVariable.java-gil	2014-04-02 12:49:41.779491584 +0200
+@@ -120,6 +120,27 @@
  		return bounds.clone();
  	}
  	
@@ -8,7 +8,23 @@
 +		// TODO add some implementation
 +		return null;
 +	}
-+
++	
++	public Annotation[] getDeclaredAnnotations() {
++		// TODO add some implementation
++		return null;
++	}
++	
++	public Annotation[] getAnnotations() {
++		// TODO add some implementation
++		return null;
++	}
++	
++	public <T extends Annotation> T getAnnotation(Class<T> annotationClass) {
++		// TODO add some implementation
++		return null;
++	}
++	
++	
  	// Object methods ---------------------------------------------------------
  	
  	/**


More information about the scm-commits mailing list