Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cc5aa26259d6df76d5d342d265ee0ad459963725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * generated by Xtext
 */
package org.eclipse.etrice.core.fsm.ui.contentassist;

import org.eclipse.etrice.core.fsm.ui.contentassist.AbstractFSMProposalProvider;

/**
 * see http://www.eclipse.org/Xtext/documentation.html#contentAssist on how to customize content assistant
 */
@SuppressWarnings("all")
public class FSMProposalProvider extends AbstractFSMProposalProvider {
}

Back to the top