mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08: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:
parent
7876a41423
commit
75f81220e9
@ -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…
Reference in New Issue
Block a user