summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/RepositoryIdHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/RepositoryIdHelper.java')
-rw-r--r--org/omg/CORBA/RepositoryIdHelper.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/omg/CORBA/RepositoryIdHelper.java b/org/omg/CORBA/RepositoryIdHelper.java
index a392002fd..033a96819 100644
--- a/org/omg/CORBA/RepositoryIdHelper.java
+++ b/org/omg/CORBA/RepositoryIdHelper.java
@@ -1,5 +1,5 @@
/* RepositoryIdHelper.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -55,7 +55,7 @@ import org.omg.CORBA.portable.OutputStream;
public abstract class RepositoryIdHelper
{
/**
- * Insert the Repository Id into Any (uses {@link Any.insert_string}).
+ * Insert the Repository Id into Any (uses {@link Any#insert_string}).
*
* @param a the Any to insert into.
* @param that the string to insert.
@@ -66,7 +66,7 @@ public abstract class RepositoryIdHelper
}
/**
- * Extract the Repository Id from Any ((uses {@link Any.extract_string}).
+ * Extract the Repository Id from Any ((uses {@link Any#extract_string}).
*
* @param a the Any to extract from.
*/
@@ -104,7 +104,7 @@ public abstract class RepositoryIdHelper
}
/**
- * Calls {@link OutputStream#write_string()}.
+ * Calls {@link OutputStream#write_string(String)}.
*
* @param ostream the stream to write into.
* @param value the string (Repository Id) value to write.