summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/collection/CollectionMemberList.java
blob: 35f41348125ad1e62d23fe2fc7cfeda9beb79a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**************************************************************************
 *
 * $Revision: 1.1 $
 * $Date: 2003/05/15 13:10:09 $
 *
 * Copyright (C) 2001 CERN - European Organization for Nuclear Research
 * All rights reserved.
 **************************************************************************/

package com.c2kernel.collection;

import com.c2kernel.utils.CastorArrayList;

public class CollectionMemberList extends CastorArrayList 
{

    public CollectionMemberList()
    { 
        super();
    }
    
}