- Revision
- 713
- Author
- rfscholte
- Date
- 2010-03-09 13:35:55 -0600 (Tue, 09 Mar 2010)
Log Message
improve javadoc getParentClass()
Modified Paths
Diff
Modified: trunk/qdox/src/java/com/thoughtworks/qdox/model/AbstractBaseJavaEntity.java (712 => 713)
--- trunk/qdox/src/java/com/thoughtworks/qdox/model/AbstractBaseJavaEntity.java 2010-03-09 17:02:58 UTC (rev 712) +++ trunk/qdox/src/java/com/thoughtworks/qdox/model/AbstractBaseJavaEntity.java 2010-03-09 19:35:55 UTC (rev 713) @@ -57,8 +57,9 @@ /** * Not every entity has a parentClass, but AnnotationFieldRef requires access to it. + * When used with JavaClass, don't confuse this with getSuperClass() * - * @return + * @return the surrounding class */ public JavaClass getParentClass() { return null; }
To unsubscribe from this list please visit:
