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

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

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

revision 1.1 by dog, Sun Oct 19 08:51:37 2003 UTC revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC
# Line 35  package gnu.inet.nntp; Line 35  package gnu.inet.nntp;
35   */   */
36  public final class Group  public final class Group
37  {  {
38      
39    String name;    String name;
40    int last;    int last;
41    int first;    int first;
42    boolean canPost;    boolean canPost;
43    
44    Group(String name, int last, int first, boolean canPost)      Group(String name, int last, int first, boolean canPost)
45    {    {
46      this.name = name;      this.name = name;
47      this.last = last;      this.last = last;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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