1 /* 2 * Created on 30 déc. 2004 3 * 4 * TODO To change the template for this generated file go to 5 * Window - Preferences - Java - Code Style - Code Templates 6 */ 7 package genie.commons.chain; 8 9 import org.apache.commons.chain.impl.CatalogBase; 10 import org.apache.commons.collections.map.LinkedMap; 11 12 /*** 13 * 14 * 15 * @author T. Kia Ntoni 16 * 17 * 30 déc. 2004 18 * OrderedCatalogBase @version 19 */ 20 public class OrderedCatalogBase extends CatalogBase { 21 22 /*** 23 * 24 */ 25 public OrderedCatalogBase() { 26 super(); 27 commands = new LinkedMap(); 28 // TODO Auto-generated constructor stub 29 } 30 31 }