ImportPath.toString

This commit is contained in:
Stepan Koltsov
2012-05-01 17:39:51 +04:00
parent 028be6a696
commit 8278ed8aa5
@@ -45,6 +45,11 @@ public final class ImportPath {
return fqName.getFqName() + (isAllUnder ? ".*" : ""); return fqName.getFqName() + (isAllUnder ? ".*" : "");
} }
@Override
public String toString() {
return getPathStr();
}
@NotNull @NotNull
public FqName fqnPart() { public FqName fqnPart() {
return fqName; return fqName;