summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-11-09 15:44:43 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-11-09 15:44:43 +0000
commitfbb7f99054ed7b01d4fb2c0f44d5fab43a99c52d (patch)
tree19a370a1eeb8a252efd16d547f4b04907e5467d3 /org
parent7cc4ea022a2d3304c488a39b32308cf17b1f9dbc (diff)
downloadclasspath-fbb7f99054ed7b01d4fb2c0f44d5fab43a99c52d.tar.gz
2005-11-09 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* org/omg/PortableInterceptor/ObjectReferenceFactory.java: Do not inherit from org.omg.CORBA.Object.
Diffstat (limited to 'org')
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/omg/PortableInterceptor/ObjectReferenceFactory.java b/org/omg/PortableInterceptor/ObjectReferenceFactory.java
index df039901a..55cde585c 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceFactory.java
+++ b/org/omg/PortableInterceptor/ObjectReferenceFactory.java
@@ -52,6 +52,6 @@ import org.omg.CORBA.portable.IDLEntity;
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/
public interface ObjectReferenceFactory
- extends ObjectReferenceFactoryOperations, IDLEntity, org.omg.CORBA.Object
+ extends ObjectReferenceFactoryOperations, IDLEntity
{
} \ No newline at end of file