summaryrefslogtreecommitdiff
path: root/gnu/CORBA/CDR/BufferedCdrOutput.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/CORBA/CDR/BufferedCdrOutput.java')
-rw-r--r--gnu/CORBA/CDR/BufferedCdrOutput.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/CORBA/CDR/BufferedCdrOutput.java b/gnu/CORBA/CDR/BufferedCdrOutput.java
index 69bf95beb..ae510b39c 100644
--- a/gnu/CORBA/CDR/BufferedCdrOutput.java
+++ b/gnu/CORBA/CDR/BufferedCdrOutput.java
@@ -42,7 +42,7 @@ import java.io.ByteArrayOutputStream;
/**
* A CORBA output stream, writing data into the internal buffer ({@link ByteArrayOutputStream}).
- *
+ *
* @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
*/
public class BufferedCdrOutput
@@ -61,7 +61,7 @@ public class BufferedCdrOutput
/**
* Creates the instance with the given initial buffer size.
- *
+ *
* @param bufSize the buffer size.
*/
public BufferedCdrOutput(int bufSize)
@@ -121,7 +121,7 @@ public class BufferedCdrOutput
/**
* Get the current position in the buffer.
- *
+ *
* @return The position in the buffer, taking offset into consideration.
*/
public int getPosition()