Author: mbenson Date: Sat Jun 9 17:34:40 2012 New Revision: 1348465 URL: http://svn.apache.org/viewvc?rev=1348465&view=rev Log: comma
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=1348465&r1=1348464&r2=1348465&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 Sat Jun 9 17:34:40 2012 @@ -217,7 +217,7 @@ public class AnnotationFactory { public Class<Annotation> getStubType() { /* * Suppress the warning because we are using this shared object in - * a very special, albeit peculiar way, and effectively + * a very special, albeit peculiar, way, and effectively * hijacking the only place where the generic type of the * instance matters: namely, providing the type of * Annotation to be stubbed at any given time.