Skip to content

Commit

Permalink
#1701: xjc with WSDL emits erroneous warning
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
(cherry picked from commit 5a10fab)
  • Loading branch information
lukasj committed Oct 13, 2023
1 parent f8b9780 commit f627f0a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -160,7 +160,7 @@ private Model load() {
* should abort.
*/
private boolean sanityCheck() {
if( opt.getSchemaLanguage()!=Language.XMLSCHEMA ) {
if( opt.getSchemaLanguage() == Language.XMLSCHEMA ) {
Language guess = opt.guessSchemaLanguage();

String[] msg = null;
Expand Down

0 comments on commit f627f0a

Please sign in to comment.