/* * generated by Xtext */ package net.certware.evidence.hugin.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; /** * Use this class to register components to be used within the IDE. */ public class NetDSLUiModule extends net.certware.evidence.hugin.ui.AbstractNetDSLUiModule { public NetDSLUiModule(AbstractUIPlugin plugin) { super(plugin); } }