Changeset 228


Ignore:
Timestamp:
11/11/02 14:15:20 (21 years ago)
Author:
piso
Message:

getSession()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/mail/NewsGroupSummary.java

    r93 r228  
    33 *
    44 * Copyright (C) 2000-2002 Peter Graves
    5  * $Id: NewsGroupSummary.java,v 1.2 2002-10-11 01:42:37 piso Exp $
     5 * $Id: NewsGroupSummary.java,v 1.3 2002-11-11 14:15:20 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    5858        title = groupName;
    5959        progressNotifier = new StatusBarProgressNotifier(this);
     60    }
     61
     62    public final NntpSession getSession()
     63    {
     64        return session;
    6065    }
    6166
Note: See TracChangeset for help on using the changeset viewer.