summaryrefslogtreecommitdiff
path: root/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java')
-rw-r--r--examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java b/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java
index 730c6f469..f6c5f4765 100644
--- a/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java
+++ b/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java
@@ -58,11 +58,8 @@ import org.omg.PortableServer.Servant;
* rmic -iiop -poa -keep gnu.classpath.examples.CORBA.swing.x5.PlayerImpl
* (the compiled package must be present in the current folder).
*
- * This class is normally generated with rmic from the {@link PlayerImpl}:
- * <pre>
- * rmic -iiop -poa -keep gnu.classpath.examples.CORBA.swing.x5.PlayerImpl
- * </pre>
- * (the compiled package must be present in the current folder).
+ * This class is normally generated with rmic or grmic from the
+ * {@link PlayerImpl}. See tools/gnu/classpath/tools/giop/README.
*
* In this example the class was manually edited and commented for better
* understanding of functionality.