diff options
Diffstat (limited to 'libjava/classpath/org/omg/IOP/IORHolder.java')
-rw-r--r-- | libjava/classpath/org/omg/IOP/IORHolder.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/org/omg/IOP/IORHolder.java b/libjava/classpath/org/omg/IOP/IORHolder.java index cdf0d74d5d6..144c7993a59 100644 --- a/libjava/classpath/org/omg/IOP/IORHolder.java +++ b/libjava/classpath/org/omg/IOP/IORHolder.java @@ -1,5 +1,5 @@ /* IORHolder.java -- - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import org.omg.CORBA.portable.Streamable; * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ -public class IORHolder +public final class IORHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class IORHolder } /** - * Fill in the {@link value} by data from the CDR stream. + * Fill in the {@link #value} by data from the CDR stream. * * @param input the org.omg.CORBA.portable stream to read. */ |