/[classpath]/inetlib/source/gnu/inet/http/HTTPURLConnection.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/http/HTTPURLConnection.java

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

revision 1.10 by dog, Wed Dec 1 10:37:13 2004 UTC revision 1.11 by dog, Tue Dec 7 11:15:35 2004 UTC
# Line 421  public class HTTPURLConnection Line 421  public class HTTPURLConnection
421      int count = 1;      int count = 1;
422      do      do
423        {        {
424            if (!i.hasNext())
425              {
426                return null;
427              }
428          entry = (Map.Entry) i.next();          entry = (Map.Entry) i.next();
429          count++;          count++;
430        }        }

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