/** * generated by Xtext 2.12.0 */ package ca.mcgill.ecse.dslreasoner.ui.quickfix; import org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider; /** * Custom quickfixes. * * See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes */ @SuppressWarnings("all") public class VampireLanguageQuickfixProvider extends DefaultQuickfixProvider { }