1 package com.sri.emo.wizard.creation; 2 3 4 /*** 5 * Metadata for multiple attributes. 6 * 7 * @author Michael Rimov 8 * @todo BUG -- Attributes here must be moved to Wizard Page or 9 * eventually when we rebuild Metadata with each step we'll lose 10 * the settings. 11 */ 12 public class MultiEntryMetadata extends MinMaxPageMetadata { 13 14 15 /*** 16 * Default constructor. 17 */ 18 public MultiEntryMetadata() { 19 super(); 20 } 21 22 23 }