comments improved

This commit is contained in:
Svetlana Isakova
2012-08-16 17:57:58 +04:00
parent 96d99d19f3
commit fc858aec59
@@ -21,11 +21,11 @@ package org.jetbrains.jet.codegen;
*/ */
public enum MapTypeMode { public enum MapTypeMode {
/** /**
* jet.Int is mapped to Ljet/Int; * foo.Bar is mapped to Lfoo/Bar;
*/ */
IMPL, IMPL,
/** /**
* jet.Int is mapped to Ljet/Impl$TImpl; * foo.Bar is mapped to Lfoo/Bar$TImpl;
*/ */
TRAIT_IMPL, TRAIT_IMPL,
/** /**