* Merged in c3fccb040bf0.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 4 Jul 2008 09:24:22 +0000 (11:24 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 4 Jul 2008 09:24:22 +0000 (11:24 +0200)
src/classes/gnuclasspath/sun/reflect/annotation/AnnotationParser.java
src/classes/gnuclasspath/sun/reflect/annotation/AnnotationType.java

index 8c5aca3652bfe2ec6717691bd6b26720e4e0d764..51ce4729e9bb2ecf480f137568d5d342fc7f6625 100644 (file)
@@ -47,7 +47,7 @@ public class AnnotationParser {
      * Parses the annotations described by the passed byte array,
      * but returns Annotation[] so I don't have to do this in C.
      *
-     * @author Mathias Panzenböck
+     * @author Mathias Panzenboeck
      * 
      * @param rawAnnotations are the unparsed annotations
      * @param constPool is the constant pool of the declaring class
@@ -67,7 +67,7 @@ public class AnnotationParser {
     /**
      * Parses parameter annotations.
      * 
-     * @author Mathias Panzenböck
+     * @author Mathias Panzenboeck
      * 
      * @param parameterAnnotations are the unparsed parameter annotations
      * @param constPool is the constant pool of the declaring class
@@ -99,7 +99,7 @@ public class AnnotationParser {
      * This method is basically copied from OpenJDKs
      * java.lang.reflect.Method.getAnnotationDefault()
      * 
-     * @author Mathias Panzenböck
+     * @author Mathias Panzenboeck
      *
      * @param method represents the method for which the annotation default value has to be parsed
      * @param annotationDefault is the unparsed annotation default value
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>();