--- old/src/java.corba/share/classes/org/omg/CORBA/portable/InvokeHandler.java 2015-04-07 20:40:39.506505146 +0400 +++ new/src/java.corba/share/classes/org/omg/CORBA/portable/InvokeHandler.java 2015-04-07 20:40:39.406505150 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 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 @@ -56,7 +56,7 @@ *

5. Marshal reply into OutputStream returned by * ResponseHandler. *

6. Return OutputStream to ORB. - *

+ * * @param method The method name. * @param input The InputStream containing the marshalled arguments. * @param handler The ResponseHandler which the servant uses