/** * generated by Xtext */ package net.certware.hazard.stpa.ui.quickfix; import org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider; /** * Custom quickfixes. * * see http://www.eclipse.org/Xtext/documentation.html#quickfixes */ @SuppressWarnings("all") public class HazardAnalysisQuickfixProvider extends DefaultQuickfixProvider { }