Properties.java (store): Move the code formerly in list(), into this method.
authorRanjit Mathew <rmathew@hotmail.com>
Mon, 17 Feb 2003 19:05:56 +0000 (19:05 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 17 Feb 2003 19:05:56 +0000 (19:05 +0000)
commitbea63b0accf638e9b45b75efc2b75a746aba88a6
treea6dc5e410e218a64c0f824d16ba4e57464752d91
parent130cd3e1df2476eda6e01c82ace326db4f85e24e
Properties.java (store): Move the code formerly in list(), into this method.

2003-02-17  Ranjit Mathew  <rmathew@hotmail.com>

* java/util/Properties.java (store): Move the code formerly in
list(), into this method.
(list (PrintStream)): Just call list (PrintWriter) with a
PrintWriter object constructed from the given PrintStream object.
(list (PrintWriter)): Emulate the output of Properties.list()
as found in JDK 1.3/1.4.

From-SVN: r63006
libjava/ChangeLog
libjava/java/util/Properties.java