Author: mbenson Date: Thu Sep 23 02:21:22 2010 New Revision: 1000293 URL: http://svn.apache.org/viewvc?rev=1000293&view=rev Log: remove extraneous javadoc
Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java?rev=1000293&r1=1000292&r2=1000293&view=diff ============================================================================== --- commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java (original) +++ commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java Thu Sep 23 02:21:22 2010 @@ -40,9 +40,6 @@ import org.apache.commons.proxy2.impl.Ab * {...@link Annotation#annotationType()} will return methods' default values and * {...@link Annotation#equals(Object)}/{...@link Annotation#hashCode()}/{...@link Annotation#toString()} * return values consistent with those methods' documented expectations. - * - * that would have been - * returned from a "real" annotation whose methods' values were unspecified. * * @author Matt Benson */