--- old/src/share/jaxws_classes/com/sun/tools/internal/ws/api/WsgenProtocol.java 2013-04-04 15:26:02.544611761 +0200 +++ new/src/share/jaxws_classes/com/sun/tools/internal/ws/api/WsgenProtocol.java 2013-04-04 15:26:02.488611760 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2012, 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 @@ -41,13 +41,13 @@ public @interface WsgenProtocol { /** * Token for wsgen -wsdl[:protocol] - * @return + * @return Token for wsgen -wsdl[:protocol] */ String token(); /** * The corresponding lexical string used to create BindingID - * @return + * @return lexical string used to create BindingID */ String lexical(); }