comma

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/branches/version-2.0-work@1348465 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java b/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java
index 6e20113..234f382 100644
--- a/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java
+++ b/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationFactory.java
@@ -217,7 +217,7 @@
         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.