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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user