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
|
@ -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…
Add table
Add a link
Reference in a new issue