--- old/src/java.corba/share/classes/org/omg/CORBA/ServerRequest.java 2015-04-07 20:40:35.262505336 +0400 +++ new/src/java.corba/share/classes/org/omg/CORBA/ServerRequest.java 2015-04-07 20:40:35.166505341 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 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 @@ -57,7 +57,7 @@ * Similarly, type information needs to be provided for the response, * for either the expected result or for an exception, so the methods * result and except take an Any - * object as a parameter.

+ * object as a parameter. * * @see org.omg.CORBA.DynamicImplementation * @see org.omg.CORBA.NVList