summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-10-25 12:43:36 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-10-25 12:43:36 +0000
commit831bf921023e25b4f6b79fa96fc0b0ce039e0acf (patch)
treefbb518594aa4a6ffe22c4e7e5ed786418e10461d /org
parent41e1e0307110d4258611fe186e1d8f12f1ea6cdf (diff)
downloadclasspath-831bf921023e25b4f6b79fa96fc0b0ce039e0acf.tar.gz
2005-10-25 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* gnu/CORBA/interfaces/SocketFactory.java: New file. * gnu/CORBA/interfaces/gnuSocketFactory.java: Deleted. * gnu/CORBA/DefaultSocketFactory.java, gnu/CORBA/Functional_ORB.java, org/omg/CORBA/ORB.java: Replacing gnuSocketFactory into SocketFactory.
Diffstat (limited to 'org')
-rw-r--r--org/omg/CORBA/ORB.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/omg/CORBA/ORB.java b/org/omg/CORBA/ORB.java
index 0d14c9d18..57d7cce2c 100644
--- a/org/omg/CORBA/ORB.java
+++ b/org/omg/CORBA/ORB.java
@@ -113,7 +113,7 @@ import java.util.Properties;
* property com.sun.CORBA.connection.ORBSocketFactoryClass. To have multiple
* types of sockets, instantiate several ORB's with this property each time
* set to the different value.
- * The factory must implement gnu.CORBA.interfaces.gnuSocketFactory.
+ * The factory must implement gnu.CORBA.interfaces.SocketFactory.
* </td>
* </tr>
* </table>