diff --git a/compiler/frontend/src/org/jetbrains/jet/lexer/Jet.flex b/compiler/frontend/src/org/jetbrains/jet/lexer/Jet.flex index 95576d76e5a..2b64d56252e 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lexer/Jet.flex +++ b/compiler/frontend/src/org/jetbrains/jet/lexer/Jet.flex @@ -1,4 +1,3 @@ -/* It's an automatically generated code. Do not modify it. */ package org.jetbrains.jet.lexer; import java.util.*;