/[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.10 by gnu_andrew, Thu May 26 20:57:43 2005 UTC revision 1.11 by tromey, Wed Jun 15 20:08:58 2005 UTC
# Line 1  Line 1 
1  /* HTTPURLConnection.java --  /* HTTPURLConnection.java --
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 575  public class HTTPURLConnection Line 575  public class HTTPURLConnection
575      int count = 1;      int count = 1;
576      do      do
577        {        {
578            if (!i.hasNext())
579              {
580                return null;
581              }
582          entry = (Map.Entry) i.next();          entry = (Map.Entry) i.next();
583          count++;          count++;
584        }        }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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