Remove different usages of Guava and intellij-core from JDR

This commit is contained in:
Alexander Udalov
2013-08-16 21:34:06 +04:00
parent b9f96fe960
commit 28367a412a
21 changed files with 138 additions and 153 deletions
@@ -49,8 +49,4 @@ public abstract class FqNameBase {
public final boolean equalsTo(@NotNull FqNameUnsafe that) {
return toFqNameUnsafe().equals(that);
}
public final boolean equalsTo(@NotNull String that) {
return asString().equals(that);
}
}