/[classpath]/classpath/java/net/HttpURLConnection.java
ViewVC logotype

Diff of /classpath/java/net/HttpURLConnection.java

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

revision 1.15 by mkoch, Sun Mar 2 20:31:56 2003 UTC revision 1.16 by mkoch, Fri Jun 20 05:34:37 2003 UTC
# Line 1  Line 1 
1  // HttpURLConnection.java - Subclass of communications links using  /* HttpURLConnection.java - Subclass of communications links using
2  //                      Hypertext Transfer Protocol.                              Hypertext Transfer Protocol.
3       Copyright (C) 1998, 1999, 2000, 2002, 2003  Free Software Foundation
 /* Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation  
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 37  this exception to your version of the li Line 36  this exception to your version of the li
36  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
37  exception statement from your version. */  exception statement from your version. */
38    
39    
40  package java.net;  package java.net;
41    
42  import java.io.*;  import java.io.InputStream;
43    import java.io.IOException;
44    import java.io.PushbackInputStream;
45  import java.security.Permission;  import java.security.Permission;
46    
47  /*  /*

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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