--- old/src/java.corba/share/classes/org/omg/CORBA/Any.java 2015-04-07 20:40:30.314505559 +0400 +++ new/src/java.corba/share/classes/org/omg/CORBA/Any.java 2015-04-07 20:40:30.202505564 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2004, 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 @@ -52,21 +52,21 @@ * * *

- * + * * A large part of the Any class consists of pairs of methods * for inserting values into and extracting values from an * Any object. *

* For a given primitive type X, these methods are: *

- *
void insert_X(X x) + *
void insert_X(X x) *
This method allows the insertion of * an instance x of primitive type X * into the value field of the Any object. * Note that the method * insert_X also resets the Any object's * type field if necessary. - *
X extract_X() + *
X extract_X() *
This method allows the extraction of an instance of * type X from the Any object. *