Changeset 228
- Timestamp:
- 11/11/02 14:15:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/NewsGroupSummary.java
r93 r228 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: NewsGroupSummary.java,v 1. 2 2002-10-11 01:42:37piso Exp $5 * $Id: NewsGroupSummary.java,v 1.3 2002-11-11 14:15:20 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 58 58 title = groupName; 59 59 progressNotifier = new StatusBarProgressNotifier(this); 60 } 61 62 public final NntpSession getSession() 63 { 64 return session; 60 65 } 61 66
Note: See TracChangeset
for help on using the changeset viewer.