Using default toString().

This commit is contained in:
Evgeny Gerashchenko
2013-11-29 18:39:52 +04:00
parent de6f25ff1b
commit 20cafec423
2 changed files with 0 additions and 10 deletions
@@ -85,9 +85,4 @@ public class MutablePackageFragmentDescriptor extends DeclarationDescriptorImpl
public NamespaceLikeBuilder getBuilder() {
return builder;
}
@Override
public String toString() {
return "fragment of " + fqName + " in " + module;
}
}
@@ -113,11 +113,6 @@ public class PackageViewDescriptorImpl extends DeclarationDescriptorImpl impleme
return result;
}
@Override
public String toString() {
return DescriptorRenderer.DEBUG_TEXT.render(this);
}
private class SubpackagesScope extends JetScopeImpl {
@NotNull
@Override