/************************************************************************** * * $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(); } }