/[classpath]/classpath/gnu/java/net/protocol/http/HTTPURLConnection.java
ViewVC logotype

Diff of /classpath/gnu/java/net/protocol/http/HTTPURLConnection.java

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

revision 1.3 by dog, Mon Dec 6 09:55:23 2004 UTC revision 1.4 by dog, Tue Dec 7 11:45:56 2004 UTC
# Line 450  public class HTTPURLConnection Line 450  public class HTTPURLConnection
450      int count = 1;      int count = 1;
451      do      do
452        {        {
453            if (!i.hasNext())
454              {
455                return null;
456              }
457          entry = (Map.Entry) i.next();          entry = (Map.Entry) i.next();
458          count++;          count++;
459        }        }

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

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