OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / org / omg / CORBA / PolicyListHelper.java
index da0135c..54f2036 100644 (file)
@@ -1,5 +1,5 @@
 /* PolicyListHelper.java --
-   Copyright (C) 2005 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -41,27 +41,19 @@ package org.omg.CORBA;
 import gnu.CORBA.Minor;
 import gnu.CORBA.OrbRestricted;
 
-import org.omg.CORBA.Any;
-import org.omg.CORBA.BAD_OPERATION;
-import org.omg.CORBA.ORB;
-import org.omg.CORBA.StructMember;
-import org.omg.CORBA.TCKind;
-import org.omg.CORBA.TypeCode;
-import org.omg.CORBA.portable.Delegate;
 import org.omg.CORBA.portable.InputStream;
-import org.omg.CORBA.portable.ObjectImpl;
 import org.omg.CORBA.portable.OutputStream;
 
 /**
 * The helper operations for the
-* CORBA object {@link Policy[]}.
+* CORBA object {@link Policy}[].
 *
 * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
 */
 public abstract class PolicyListHelper
 {
   /**
-   * Get the type code of the {@link Policy[]}.
+   * Get the type code of the {@link Policy}[].
    */
   public static TypeCode type()
   {