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:
parent
7876a41423
commit
75f81220e9
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue