From 035e19a4e75ca603672b455061838d5a649b4f08 Mon Sep 17 00:00:00 2001 From: Nigel Hawkins Date: Tue, 2 Nov 2010 13:18:53 +0000 Subject: Fix javadoc comments in filters/xmerge/palm --- .../java/org/openoffice/xmerge/converter/palm/PalmDocument.java | 2 +- .../xmerge/java/org/openoffice/xmerge/converter/palm/Record.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmerge') 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 PalmDocument to an OutputStream. * - * @param is The OutputStream to write the content. + * @param os The OutputStream 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 { * Record length followed by the data in this * Record object. * - * @param out The OutputStream to write the object. + * @param outs The OutputStream 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 InputStream. * - * @param in The InputStream to read data from + * @param ins The InputStream to read data from * in order to restore the object. * * @throws IOException If any I/O error occurs. -- cgit