You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jo...@apache.org on 2011/06/15 06:04:52 UTC

svn commit: r1135914 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/AnnotationProvider.java

Author: joshcanfield
Date: Wed Jun 15 04:04:51 2011
New Revision: 1135914

URL: http://svn.apache.org/viewvc?rev=1135914&view=rev
Log:
Removed non-mappable character from javadoc

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/AnnotationProvider.java

Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/AnnotationProvider.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/AnnotationProvider.java?rev=1135914&r1=1135913&r2=1135914&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/AnnotationProvider.java (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/AnnotationProvider.java Wed Jun 15 04:04:51 2011
@@ -1,4 +1,4 @@
-// Copyright 2007 The Apache Software Foundation
+// Copyright 2007, 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ public interface AnnotationProvider
      * Searches for the specified annotation, returning the matching annotation instance.
      *
      * @param <T>
-     * @param annotationClass used to select the annotation to returnĀ«
+     * @param annotationClass used to select the annotation to return
      * @return the annotation, or null if not found
      */
     <T extends Annotation> T getAnnotation(Class<T> annotationClass);