Using default toString().
This commit is contained in:
-5
@@ -85,9 +85,4 @@ public class MutablePackageFragmentDescriptor extends DeclarationDescriptorImpl
|
|||||||
public NamespaceLikeBuilder getBuilder() {
|
public NamespaceLikeBuilder getBuilder() {
|
||||||
return builder;
|
return builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "fragment of " + fqName + " in " + module;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
-5
@@ -113,11 +113,6 @@ public class PackageViewDescriptorImpl extends DeclarationDescriptorImpl impleme
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return DescriptorRenderer.DEBUG_TEXT.render(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
private class SubpackagesScope extends JetScopeImpl {
|
private class SubpackagesScope extends JetScopeImpl {
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user