Title: [727] trunk/qdox/src/java/com/thoughtworks/qdox/model: Correct version after since-tag
Revision
727
Author
rfscholte
Date
2010-04-19 08:05:47 -0500 (Mon, 19 Apr 2010)

Log Message

Correct version after since-tag

Modified Paths


Diff

Modified: trunk/qdox/src/java/com/thoughtworks/qdox/model/JavaMethod.java (726 => 727)

--- trunk/qdox/src/java/com/thoughtworks/qdox/model/JavaMethod.java	2010-04-19 12:57:29 UTC (rev 726)
+++ trunk/qdox/src/java/com/thoughtworks/qdox/model/JavaMethod.java	2010-04-19 13:05:47 UTC (rev 727)
@@ -392,7 +392,7 @@
 	 * Equivalent of java.lang.reflect.Method.getGenericReturnType()
 	 * 
 	 * @return the generic returntype
-	 * @since 1.12.1
+	 * @since 1.12
 	 */
     public Type getGenericReturnType()
     {
@@ -403,7 +403,7 @@
      * Equivalent of java.lang.reflect.Method.getReturnType()
      * 
      * @return
-     * @since 1.12.1
+     * @since 1.12
      */
     public Type getReturnType() {
 	    return getReturnType( false );
@@ -413,7 +413,7 @@
      * 
      * @param resolve
      * @return
-     * @since 1.12.1
+     * @since 1.12
      */
     public Type getReturnType( boolean resolve )
     {
@@ -425,7 +425,7 @@
      * @param resolve
      * @param callingClass
      * @return
-     * @since 1.12.1
+     * @since 1.12
      */
     protected Type getReturnType ( boolean resolve, JavaClass callingClass) {
         Type result =  getReturns().resolve( this.getParentClass(), callingClass );

Modified: trunk/qdox/src/java/com/thoughtworks/qdox/model/JavaMethodDelegate.java (726 => 727)

--- trunk/qdox/src/java/com/thoughtworks/qdox/model/JavaMethodDelegate.java	2010-04-19 12:57:29 UTC (rev 726)
+++ trunk/qdox/src/java/com/thoughtworks/qdox/model/JavaMethodDelegate.java	2010-04-19 13:05:47 UTC (rev 727)
@@ -7,7 +7,7 @@
  * This is especially useful when trying to resolve generics
  * 
  * @author Robert Scholte
- * @since 1.12.1
+ * @since 1.12
  */
 public class JavaMethodDelegate extends JavaMethod
 {

Modified: trunk/qdox/src/java/com/thoughtworks/qdox/model/Type.java (726 => 727)

--- trunk/qdox/src/java/com/thoughtworks/qdox/model/Type.java	2010-04-19 12:57:29 UTC (rev 726)
+++ trunk/qdox/src/java/com/thoughtworks/qdox/model/Type.java	2010-04-19 13:05:47 UTC (rev 727)
@@ -354,7 +354,7 @@
      * 
      * @param superClass
      * @return
-     * @since 1.12.1
+     * @since 1.12
      */
     protected int getTypeVariableIndex( JavaClass superClass ) {
         TypeVariable[] typeVariables = superClass.getTypeParameters();
@@ -370,7 +370,7 @@
      * 
      * @param parentClass
      * @return
-     * @since 1.12.1
+     * @since 1.12
      */
     protected Type resolve( JavaClass parentClass )
     {
@@ -382,7 +382,7 @@
      * @param parentClass
      * @param subclass
      * @return
-     * @since 1.12.1
+     * @since 1.12
      */
     protected Type resolve( JavaClass parentClass, JavaClass subclass )
     {


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to