Merged trunk and subtype.
[cacao.git] / src / classes / gnuclasspath / sun / reflect / annotation / AnnotationType.java
index ea559bbb99178b947377edabb31abc81bb1c6881..f80fe7f98d493c8447c8ae5d0fe9538fbb064fb3 100644 (file)
@@ -45,7 +45,7 @@ public class AnnotationType {
      * sun.misc.SharedSecrets.getJavaLangAccess().setAnnotationType() so
      * this class can be used with gnu classpath.
      *
-     * @author Mathias Panzenbรถck
+     * @author Mathias Panzenboeck
      */
     private static Map<Class, AnnotationType> annotationTypes =
         new HashMap<Class, AnnotationType>();