InputContext.java: Initialze in, line.

2004-07-14  Michael Koch  <konqueror@gmx.de>
            Matthias Klose  <doko@debian.org>

        * java/awt/im/InputContext.java: Initialze in, line.

Co-Authored-By: Matthias Klose <doko@debian.org>

From-SVN: r84648
This commit is contained in:
Michael Koch 2004-07-13 22:06:11 +00:00 committed by Matthias Klose
parent a5cb3b3025
commit c1b4f64d33
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-07-14 Michael Koch <konqueror@gmx.de>
Matthias Klose <doko@debian.org>
* java/awt/im/InputContext.java: Initialze in, line.
2004-07-13 Ulrich Weigand <uweigand@de.ibm.com>
* interpret.cc (run): Correctly access libffi return values of

View File

@ -100,8 +100,8 @@ public class InputContext
while (e.hasMoreElements())
{
URL url = (URL) e.nextElement();
BufferedReader in;
String line;
BufferedReader in = null;
String line = null;
try
{
in = new BufferedReader