/[classpath]/classpath/java/awt/im/InputContext.java
ViewVC logotype

Diff of /classpath/java/awt/im/InputContext.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Fri May 21 07:54:33 2004 UTC revision 1.5 by mkoch, Fri Jul 16 08:33:10 2004 UTC
# Line 100  public class InputContext Line 100  public class InputContext
100      while (e.hasMoreElements())      while (e.hasMoreElements())
101        {        {
102          URL url = (URL) e.nextElement();          URL url = (URL) e.nextElement();
103          BufferedReader in;          BufferedReader in = null;
104          String line;          String line = null;
105          try          try
106            {            {
107              in = new BufferedReader              in = new BufferedReader

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26