Skip to content

Commit

Permalink
eclipse-ee4j#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 9, 2023
1 parent d5ef6a6 commit 5d50358
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 5d50358

Please sign in to comment.