/** * generated by Xtext */ package org.occiware.clouddesigner.occi.xtext.ui.quickfix; import org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider; /** * Custom quickfixes. * * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#quick-fixes */ @SuppressWarnings("all") public class OCCIQuickfixProvider extends DefaultQuickfixProvider { }