Changed comment in JetMethod.flags()

This commit is contained in:
Evgeny Gerashchenko
2012-06-14 20:04:22 +04:00
parent 769d4ad2f0
commit 96a35f9793
@@ -40,8 +40,7 @@ public @interface JetMethod {
int kind() default 0; int kind() default 0;
/** /**
* Bit 0 - property/not property * See JvmStdlibNames
*
* @return flags for method * @return flags for method
*/ */
int flags() default 0; int flags() default 0;