mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
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:
committed by
Matthias Klose
parent
7876a41423
commit
75f81220e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user