default -> companion: Minor: fix comment

This commit is contained in:
Pavel V. Talanov
2015-03-18 14:35:41 +03:00
parent 41b65205b0
commit bb2f08635c
@@ -61,7 +61,7 @@ public interface ClassDescriptor extends ClassifierDescriptor, MemberDescriptor,
JetType getClassObjectType(); JetType getClassObjectType();
/** /**
* @return nested object declared as 'default' if one is present. * @return nested object declared as 'companion' if one is present.
*/ */
@Nullable @Nullable
ClassDescriptor getCompanionObjectDescriptor(); ClassDescriptor getCompanionObjectDescriptor();