diff options
Diffstat (limited to 'libjava/classpath/org/omg/IOP/ServiceContextHolder.java')
-rw-r--r-- | libjava/classpath/org/omg/IOP/ServiceContextHolder.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/org/omg/IOP/ServiceContextHolder.java b/libjava/classpath/org/omg/IOP/ServiceContextHolder.java index 28dcb3ea5af..1b9896d034b 100644 --- a/libjava/classpath/org/omg/IOP/ServiceContextHolder.java +++ b/libjava/classpath/org/omg/IOP/ServiceContextHolder.java @@ -1,5 +1,5 @@ /* ServiceContextHolder.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 ServiceContextHolder +public final class ServiceContextHolder implements Streamable { /** @@ -74,7 +74,7 @@ public class ServiceContextHolder } /** - * 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. */ |