Fixed comment.

This commit is contained in:
dchandler 2005-02-27 22:08:47 +00:00
parent 6bc72956b6
commit f8bd7e83cb

View file

@ -1027,12 +1027,13 @@ public class DuffPane extends TibetanPane implements FocusListener {
} }
} }
/** Saves the TMW document underlying this DuffPane as Unicode. Has to copy /** Saves the TMW document underlying this DuffPane as Unicode.
@param utf8_text true if you want to save as UTF-8-encoded @param utf8_text true if you want to save as UTF-8-encoded
Unicode text, false if you want to save as Unicode in RTF Unicode text, false if you want to save as Unicode in RTF
@param out an OutputStream that will be closed when we're done @param out an OutputStream that will be closed when we're done
in every case in every case
@returns true on perfect success, false otherwise */ @returns true on perfect success, false otherwise -- for finer
grain, use the standalone TMW->Unicode converter. */
public boolean saveAsUnicode(boolean utf8_text, OutputStream out) public boolean saveAsUnicode(boolean utf8_text, OutputStream out)
throws IOException throws IOException
{ {