InputContext.java: Initialze in, line.
2004-07-14 Michael Koch <konqueror@gmx.de> Matthias Klose <doko@debian.org> * java/awt/im/InputContext.java: Initialze in, line. Co-Authored-By: Matthias Klose <doko@debian.org> From-SVN: r84648
This commit is contained in:
parent
a5cb3b3025
commit
c1b4f64d33
@ -1,3 +1,8 @@
|
||||
2004-07-14 Michael Koch <konqueror@gmx.de>
|
||||
Matthias Klose <doko@debian.org>
|
||||
|
||||
* java/awt/im/InputContext.java: Initialze in, line.
|
||||
|
||||
2004-07-13 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* interpret.cc (run): Correctly access libffi return values of
|
||||
|
@ -100,8 +100,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