From 763be2af9e46fdefee6e3d0f9ae2d7d8f64ab0d5 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Thu, 10 Nov 2011 15:09:11 +0400 Subject: [PATCH] fix comment: it is not automatically generated --- compiler/frontend/src/org/jetbrains/jet/lexer/Jet.flex | 1 - 1 file changed, 1 deletion(-) 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.*;