mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
Merge pull request #587 from eclipse/cd_xtext_issue1153
Duplicate @Named ids in AbstractMultiLineCommentProvider
This commit is contained in:
commit
f0abce8ada
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import com.google.inject.name.Named;
|
|||
public class AbstractMultiLineCommentProvider {
|
||||
|
||||
public final static String RULE = "org.eclipse.xtext.ui.editor.hover.MultiLineDocumentationProvider.ruleName";
|
||||
public final static String WS_RULE = "org.eclipse.xtext.ui.editor.hover.MultiLineDocumentationProvider.ruleName";
|
||||
public final static String WS_RULE = "org.eclipse.xtext.ui.editor.hover.MultiLineDocumentationProvider.wsRuleName";
|
||||
public final static String START_TAG = "org.eclipse.xtext.ui.editor.hover.MultiLineDocumentationProvider.startTag";
|
||||
public final static String END_TAG = "org.eclipse.xtext.ui.editor.hover.MultiLineDocumentationProvider.endTag";
|
||||
public final static String LINE_PREFIX = "org.eclipse.xtext.ui.editor.hover.MultiLineDocumentationProvider.linePrefix";
|
||||
|
|
Loading…
Reference in a new issue