summaryrefslogtreecommitdiff
path: root/org/omg/CORBA/portable
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CORBA/portable')
-rw-r--r--org/omg/CORBA/portable/ApplicationException.jbx6
-rw-r--r--org/omg/CORBA/portable/BoxedValueHelper.java2
-rw-r--r--org/omg/CORBA/portable/ValueFactory.java2
3 files changed, 2 insertions, 8 deletions
diff --git a/org/omg/CORBA/portable/ApplicationException.jbx b/org/omg/CORBA/portable/ApplicationException.jbx
deleted file mode 100644
index 0113ff3e0..000000000
--- a/org/omg/CORBA/portable/ApplicationException.jbx
+++ /dev/null
@@ -1,6 +0,0 @@
-[PropertyInfo]
-[IconNames]
-
-
-
-
diff --git a/org/omg/CORBA/portable/BoxedValueHelper.java b/org/omg/CORBA/portable/BoxedValueHelper.java
index 504749f11..47c2b9106 100644
--- a/org/omg/CORBA/portable/BoxedValueHelper.java
+++ b/org/omg/CORBA/portable/BoxedValueHelper.java
@@ -76,4 +76,4 @@ public interface BoxedValueHelper
* @param value a value to write.
*/
void write_value(OutputStream ostream, Serializable value);
-} \ No newline at end of file
+}
diff --git a/org/omg/CORBA/portable/ValueFactory.java b/org/omg/CORBA/portable/ValueFactory.java
index 339bcddb3..aaffe8684 100644
--- a/org/omg/CORBA/portable/ValueFactory.java
+++ b/org/omg/CORBA/portable/ValueFactory.java
@@ -59,4 +59,4 @@ public interface ValueFactory
* the stream.
*/
Serializable read_value(org.omg.CORBA_2_3.portable.InputStream from_stream);
-} \ No newline at end of file
+}