diff options
Diffstat (limited to 'libjava/classpath/sun/reflect/annotation/AnnotationParser.java')
-rw-r--r-- | libjava/classpath/sun/reflect/annotation/AnnotationParser.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/sun/reflect/annotation/AnnotationParser.java b/libjava/classpath/sun/reflect/annotation/AnnotationParser.java index a5452d0..bce3057 100644 --- a/libjava/classpath/sun/reflect/annotation/AnnotationParser.java +++ b/libjava/classpath/sun/reflect/annotation/AnnotationParser.java @@ -8,7 +8,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -48,7 +48,7 @@ public class AnnotationParser { public static Annotation annotationForMap(Class<? extends Annotation> annoType, - Map<String, Object> map) + Map<String, Object> map) throws NotImplementedException { return null; |