summaryrefslogtreecommitdiff
path: root/gnu/CORBA/OrbFocused.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/CORBA/OrbFocused.java')
-rw-r--r--gnu/CORBA/OrbFocused.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/CORBA/OrbFocused.java b/gnu/CORBA/OrbFocused.java
index a0f9993c1..572acbc11 100644
--- a/gnu/CORBA/OrbFocused.java
+++ b/gnu/CORBA/OrbFocused.java
@@ -185,7 +185,7 @@ public class OrbFocused
p = (portServer) portServers.get(i);
if (p.s_port == port)
{
- return (portServer) p;
+ return p;
}
}
// The server is not yet instantiated. Instantiate.