summaryrefslogtreecommitdiff
path: root/gnu/CORBA/OrbRestricted.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/CORBA/OrbRestricted.java')
-rw-r--r--gnu/CORBA/OrbRestricted.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/CORBA/OrbRestricted.java b/gnu/CORBA/OrbRestricted.java
index 4ae50b1a3..35f0b1724 100644
--- a/gnu/CORBA/OrbRestricted.java
+++ b/gnu/CORBA/OrbRestricted.java
@@ -527,7 +527,7 @@ public class OrbRestricted extends org.omg.CORBA_2_3.ORB
super.destroy();
}
-
+
/**
* Create a typecode, representing a tree-like structure.
* This structure contains a member that is a sequence of the same type,
@@ -565,7 +565,7 @@ public class OrbRestricted extends org.omg.CORBA_2_3.ORB
r.add(new StructMember("", recurs, null));
return r;
}
-
+
/**
* Get the default context of this ORB. This is an initial root of all
* contexts.
@@ -579,5 +579,5 @@ public class OrbRestricted extends org.omg.CORBA_2_3.ORB
{
return new gnuContext("", null);
}
-
-} \ No newline at end of file
+
+}