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
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2004-07-13 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* interpret.cc (run): Correctly access libffi return values of
|
* interpret.cc (run): Correctly access libffi return values of
|
||||||
|
|
|
@ -100,8 +100,8 @@ public class InputContext
|
||||||
while (e.hasMoreElements())
|
while (e.hasMoreElements())
|
||||||
{
|
{
|
||||||
URL url = (URL) e.nextElement();
|
URL url = (URL) e.nextElement();
|
||||||
BufferedReader in;
|
BufferedReader in = null;
|
||||||
String line;
|
String line = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
in = new BufferedReader
|
in = new BufferedReader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue