--- old/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/Options.java 2015-10-22 23:51:33.000000000 +0200 +++ new/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/Options.java 2015-10-22 23:51:33.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -176,6 +176,7 @@ public Target target = Target.V2_2; /** + * Type of input schema language. One of the {@code SCHEMA_XXX} * strictly follow the compatibility rules specified in JAXWS spec */ public static final int STRICT = 1; @@ -188,8 +189,8 @@ /** * this switch determines how carefully the compiler will follow - * the compatibility rules in the spec. Either STRICT - * or EXTENSION. + * the compatibility rules in the spec. Either {@code STRICT} + * or {@code EXTENSION}. */ public int compatibilityMode = STRICT; @@ -293,7 +294,7 @@ protected void addFile(String arg) throws BadCommandLineException {} /** - * Parses an option args[i] and return + * Parses an option {@code args[i]} and return * the number of tokens consumed. * * @return