Commit 75f81220 by Matthias Klose Committed by Matthias Klose

InputContext.java (clinit): Initialize line, im.

2005-07-19  Matthias Klose  <doko@debian.org>

        * classpath/java/awt/im/InputContext.java (clinit): Initialize
          line, im.

From-SVN: r102156
parent 7876a414
2005-07-19 Matthias Klose <doko@debian.org>
* classpath/java/awt/im/InputContext.java (clinit): Initialize
line, im.
2005-07-18 Tom Tromey <tromey@redhat.com>
PR libgj/21058:
......
......@@ -102,8 +102,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
......
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