diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2010-11-02 13:18:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-02 20:37:57 +0000 |
commit | 035e19a4e75ca603672b455061838d5a649b4f08 (patch) | |
tree | 60264ed8eac7128ea29b3fef726c5c486bc86294 /xmerge | |
parent | ec7dab001708315236d40d54e473c65411a2385c (diff) |
Fix javadoc comments in filters/xmerge/palm
Diffstat (limited to 'xmerge')
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/PalmDocument.java | 2 | ||||
-rw-r--r-- | xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/Record.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/PalmDocument.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/PalmDocument.java index 668bfdb7f155..99038df73cc6 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/PalmDocument.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/PalmDocument.java @@ -120,7 +120,7 @@ public class PalmDocument /** * Writes the <code>PalmDocument</code> to an <code>OutputStream</code>. * - * @param is The <code>OutputStream</code> to write the content. + * @param os The <code>OutputStream</code> to write the content. * * @throws IOException If any I/O error occurs. */ diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/Record.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/Record.java index 23690792bdbf..f2b1d557006e 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/Record.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/Record.java @@ -138,7 +138,7 @@ public final class Record { * <code>Record</code> length followed by the data in this * <code>Record</code> object. * - * @param out The <code>OutputStream</code> to write the object. + * @param outs The <code>OutputStream</code> to write the object. * * @throws IOException If any I/O error occurs. */ @@ -155,7 +155,7 @@ public final class Record { * Read the necessary data to create a PDB from * the <code>InputStream</code>. * - * @param in The <code>InputStream</code> to read data from + * @param ins The <code>InputStream</code> to read data from * in order to restore the <code>object</code>. * * @throws IOException If any I/O error occurs. |