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
This commit is contained in:
Matthias Klose 2005-07-19 12:55:52 +00:00 committed by Matthias Klose
parent 7876a41423
commit 75f81220e9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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:

View File

@ -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