summaryrefslogtreecommitdiff
path: root/gnu/javax/rmi/CORBA/RmiUtilities.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/rmi/CORBA/RmiUtilities.java')
-rw-r--r--gnu/javax/rmi/CORBA/RmiUtilities.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/javax/rmi/CORBA/RmiUtilities.java b/gnu/javax/rmi/CORBA/RmiUtilities.java
index 5fa78b1e9..ac6b90705 100644
--- a/gnu/javax/rmi/CORBA/RmiUtilities.java
+++ b/gnu/javax/rmi/CORBA/RmiUtilities.java
@@ -1,6 +1,6 @@
/* RmiUtilities.java --
Copyright (C) 2005 Free Software Foundation, Inc.
-
+
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
@@ -87,7 +87,7 @@ import javax.rmi.CORBA.Util;
/**
* Defines methods that must be accessible in several derived classes.
- *
+ *
* @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
*/
public class RmiUtilities
@@ -538,7 +538,7 @@ public class RmiUtilities
* Write data to the CORBA output stream. Writes the object contents only; the
* header must be already written. For object, containing objects, may be
* called recursively.
- *
+ *
* @param an_output a stream to write to, must be
* org.omg.CORBA_2_3.portable.OutputStream
* @param object an object to write.
@@ -567,7 +567,7 @@ public class RmiUtilities
* Write data to the CORBA output stream. Writes the object contents only; the
* header must be already written. For object, containing objects, may be
* called recursively.
- *
+ *
* @param an_output a stream to write to, must be
* org.omg.CORBA_2_3.portable.OutputStream
* @param object an object to write.
@@ -679,7 +679,7 @@ public class RmiUtilities
* Read data from the CDR input stream. Reads the object contents only; the
* header must be already read (the repository id or ids ara passed). For
* object, containing objects, may be called recursively.
- *
+ *
* @param an_input the stream to read from, must be
* org.omg.CORBA_2_3.portable.InputStream
* @param object the instance of the object being read.
@@ -689,7 +689,7 @@ public class RmiUtilities
* were specified.
* @param codebase the codebase, if it was included in the header of the value
* type. Null if not codebase was included.
- *
+ *
* @return the object, extracted from the stream.
*/
/**
@@ -760,7 +760,7 @@ public class RmiUtilities
if (object == null)
object = instantiate(offset, clz, g);
-
+
// The sentence below prevents attempt to read the internal fields of the
// ObjectImpl (or RMI Stub) that might follow the object definition.
// Sun's jre 1.5 does not write this information. The stubs, generated