Commit c1b4f64d by Michael Koch Committed by Matthias Klose

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
parent a5cb3b30
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> 2004-07-13 Ulrich Weigand <uweigand@de.ibm.com>
* interpret.cc (run): Correctly access libffi return values of * interpret.cc (run): Correctly access libffi return values of
......
...@@ -100,8 +100,8 @@ public class InputContext ...@@ -100,8 +100,8 @@ public class InputContext
while (e.hasMoreElements()) while (e.hasMoreElements())
{ {
URL url = (URL) e.nextElement(); URL url = (URL) e.nextElement();
BufferedReader in; BufferedReader in = null;
String line; String line = null;
try try
{ {
in = new BufferedReader in = new BufferedReader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment