summaryrefslogtreecommitdiff
path: root/gnu/CORBA/Poa/ORB_1_4.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/CORBA/Poa/ORB_1_4.java')
-rw-r--r--gnu/CORBA/Poa/ORB_1_4.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/CORBA/Poa/ORB_1_4.java b/gnu/CORBA/Poa/ORB_1_4.java
index 4fc51ff15..360537e2c 100644
--- a/gnu/CORBA/Poa/ORB_1_4.java
+++ b/gnu/CORBA/Poa/ORB_1_4.java
@@ -255,7 +255,7 @@ public class ORB_1_4
super.set_parameters(para, props);
registerInterceptors(props, para);
}
-
+
/**
* This method is called by RMI-IIOP {@link javax.rmi.Tie#orb(ORB)}, passing
* <code>this</code> as parameter. The ORB will try to connect that tie as
@@ -288,6 +288,6 @@ public class ORB_1_4
throw bad;
}
}
- }
+ }
}