summaryrefslogtreecommitdiff
path: root/org/omg/IOP/ServiceContextListHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/IOP/ServiceContextListHelper.java')
-rw-r--r--org/omg/IOP/ServiceContextListHelper.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/org/omg/IOP/ServiceContextListHelper.java b/org/omg/IOP/ServiceContextListHelper.java
index 7875db29e..9de0b6ffd 100644
--- a/org/omg/IOP/ServiceContextListHelper.java
+++ b/org/omg/IOP/ServiceContextListHelper.java
@@ -1,5 +1,5 @@
/* ServiceContextListHelper.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -43,21 +43,20 @@ import gnu.CORBA.OrbRestricted;
import org.omg.CORBA.Any;
import org.omg.CORBA.BAD_OPERATION;
-import org.omg.CORBA.ORB;
import org.omg.CORBA.TypeCode;
import org.omg.CORBA.portable.InputStream;
import org.omg.CORBA.portable.OutputStream;
/**
* The helper operations for the
-* CORBA object {@link ServiceContext[]}.
+* CORBA object {@link ServiceContext}[].
*
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/
public abstract class ServiceContextListHelper
{
/**
- * Get the type code of the {@link ServiceContext[]}.
+ * Get the type code of the {@link ServiceContext}[].
*/
public static TypeCode type()
{