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

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

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

revision 1.4 by dog, Thu Oct 21 15:21:55 2004 UTC revision 1.5 by dog, Thu Nov 25 22:15:05 2004 UTC
# Line 1  Line 1 
1  /*  /*
2   * $Id$   * Range.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 42  package gnu.inet.nntp; Line 42  package gnu.inet.nntp;
42   * A range of article numbers.   * A range of article numbers.
43   *   *
44   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>   * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a>
  * @version $Revision$ $Date$  
45   */   */
46  public abstract class Range  public abstract class Range
47  {  {
# Line 50  public abstract class Range Line 49  public abstract class Range
49    /**    /**
50     * Indicates whether this range contains the specfied article number.     * Indicates whether this range contains the specfied article number.
51     */     */
52    public abstract boolean contains (int articleNumber);    public abstract boolean contains(int articleNumber);
53    
54  }  }
55    

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

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