Completion: minor

This commit is contained in:
Valentin Kipyatkov
2014-07-29 22:49:58 +04:00
parent 5b06d4c4c8
commit bc7b2307f6
@@ -25,7 +25,7 @@ import org.jetbrains.jet.lang.resolve.lazy.KotlinCodeAnalyzer;
/**
* Stores information about resolved descriptor and position of that descriptor.
* Position will be used for removing duplicates
* Position will be used for sorting
*/
public final class DeclarationLookupObject {
private static final Logger LOG = Logger.getInstance("#" + DeclarationLookupObject.class.getName());
@@ -61,7 +61,7 @@ public final class DeclarationLookupObject {
@Override
public String toString() {
return super.toString() + " " + descriptor + " " + psiElement;
return super.toString() + " " + descriptor;
}
@Override