/[classpath]/inetlib/source/gnu/inet/nntp/ArticleResponse.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/nntp/ArticleResponse.java

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

revision 1.5 by dog, Thu Oct 21 15:21:55 2004 UTC revision 1.6 by dog, Thu Nov 25 22:15:05 2004 UTC
# Line 1  Line 1 
1  /*  /*
2   * $Id$   * ArticleResponse.java
3   * Copyright (C) 2002 The Free Software Foundation   * Copyright (C) 2002 The Free Software Foundation
4   *   *
5   * This file is part of GNU inetlib, a library.   * This file is part of GNU inetlib, a library.
# Line 46  import java.io.InputStream; Line 46  import java.io.InputStream;
46   * 220-223, including an article number and a message-id.   * 220-223, including an article number and a message-id.
47   *   *
48   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
  * @version $Revision$ $Date$  
49   */   */
50  public class ArticleResponse extends StatusResponse  public class ArticleResponse
51      extends StatusResponse
52  {  {
53    
54    /*    /*
# Line 75  public class ArticleResponse extends Sta Line 75  public class ArticleResponse extends Sta
75     */     */
76    public InputStream in;    public InputStream in;
77    
78    protected ArticleResponse (short status, String message)    protected ArticleResponse(short status, String message)
79    {    {
80      super (status, message);      super(status, message);
81    }    }
82    
83  }  }
84    

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

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