Fix error in HTML syntax in Javadoc

This commit is contained in:
Sam Brannen
2015-06-20 17:01:03 +02:00
parent 594c330205
commit 80622803b2

View File

@@ -215,6 +215,7 @@ public abstract class AnnotationUtils {
* resolvable (e.g. because nested Class values in annotation attributes
* failed to resolve at runtime)
* @since 4.0.8
* @see AnnotatedElement#getAnnotations()
*/
public static Annotation[] getAnnotations(AnnotatedElement annotatedElement) {
try {
@@ -227,7 +228,7 @@ public abstract class AnnotationUtils {
}
/**
* Get all {@link Annotation Annotations} that are <em>present</em on the
* Get all {@link Annotation Annotations} that are <em>present</em> on the
* supplied {@link Method}.
* <p>Correctly handles bridge {@link Method Methods} generated by the compiler.
* <p>Meta-annotations will <em>not</em> be searched.