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

Diff of /inetlib/source/gnu/inet/nntp/ActiveTime.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 37  import java.util.Date; Line 37  import java.util.Date;
37   */   */
38  public final class ActiveTime  public final class ActiveTime
39  {  {
40      
41    String group;    String group;
42    Date time;    Date time;
43    String email;    String email;
44    
45    ActiveTime(String group, Date time, String email)      ActiveTime(String group, Date time, String email)
46    {    {
47      this.group = group;      this.group = group;
48      this.time = time;      this.time = time;

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