SWS-920 Fix javadoc warnings

Javadoc generation produces various warnings resulting in suboptimal
output.

This patch includes:

 * fix markup
 * fix broken references
 * fix links to external documentation
 * fix wrong javadoc

Issue: SWS-920
https://jira.spring.io/browse/SWS-920
This commit is contained in:
Philippe Marschall
2015-10-03 16:43:56 +02:00
parent d2125073ac
commit 80bd84594e
11 changed files with 41 additions and 29 deletions

View File

@@ -145,7 +145,7 @@ public abstract class QNameUtils {
/**
* Parse the given qualified name string into a {@code QName}. Expects the syntax {@code localPart},
* {@code{namespace}localPart}, or {@code{namespace}prefix:localPart}. This format resembles the
* {@code {namespace}localPart}, or {@code {namespace}prefix:localPart}. This format resembles the
* {@code toString()} representation of {@code QName} itself, but allows for prefixes to be specified as
* well.
*