mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
Added missing semicolon.
This commit is contained in:
parent
810df712e8
commit
73519e563c
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.xtext.xtext.generator.parser.antlr.splitting;
|
||||
|
||||
import static org.eclipse.xtext.xtext.generator.parser.antlr.splitting.AntlrCodeQualityHelper.dfaStringPattern;
|
||||
import static org.eclipse.xtext.xtext.generator.parser.antlr.splitting.AntlrCodeQualityHelper.dfaUnpackPattern;
|
||||
import static org.eclipse.xtext.xtext.generator.parser.antlr.splitting.AntlrCodeQualityHelper.removeDuplicateFields;
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.regex.Matcher;
|
||||
|
@ -164,6 +160,7 @@ public class AntlrCodeQualityHelper {
|
|||
doNotReplace.add(simpleName);
|
||||
newContent.append(" = ");
|
||||
newContent.append(existing);
|
||||
newContent.append(";");
|
||||
}
|
||||
}
|
||||
offset = matcher.end();
|
||||
|
|
Loading…
Reference in a new issue