removing hack where ClosureAnnotator deals with range class objects

This commit is contained in:
Alex Tkachman
2012-08-10 09:40:59 +03:00
parent c8fc299f43
commit b497fcc167
3 changed files with 11 additions and 25 deletions
@@ -30,4 +30,7 @@ public class JvmAbi {
public static final JvmClassName JETBRAINS_NOT_NULL_ANNOTATION =
JvmClassName.byFqNameWithoutInnerClasses("org.jetbrains.annotations.NotNull");
private JvmAbi() {
}
}