1 /************************************************************
2 * Copyright *
3 * Portions of this software are Copyright (c) 1993 - 2002, *
4 * Chad Z. Hower (Kudzu) and the Indy Pit Crew *
5 * - http://www.nevrona.com/Indy/ *
6 ************************************************************/
7 package org.indy.messages;
8
9 import org.indy.BaseComponent;
10
11
12 /***
13 * DOCUMENT ME!
14 *
15 * @version $Revision$
16 * @author $author$
17 */
18 public class AddressList extends BaseComponent {
19 /***
20 * Creates a new AddressList object.
21 */
22 public AddressList() {
23 }
24 }
This page was automatically generated by Maven