package org.nightlabs.jfire.trade.ui.overview.receptionnote; import org.nightlabs.jfire.base.ui.overview.OverviewEntryEditor; /** * @author Daniel.Mazurek [at] NightLabs [dot] de * */ public class ReceptionNoteEntryEditor extends OverviewEntryEditor { public static final String EDITOR_ID = ReceptionNoteEntryEditor.class.getName(); public ReceptionNoteEntryEditor() { } }