Methods renamed to avoid ambiguity

This commit is contained in:
Andrey Breslav
2014-01-07 00:42:34 +04:00
parent 5fcf9ca448
commit 8fcaf511dc
9 changed files with 14 additions and 13 deletions
@@ -35,7 +35,7 @@ public class CliVirtualFileFinder implements VirtualFileFinder {
@Nullable
@Override
public VirtualFile find(@NotNull FqName className) {
public VirtualFile findVirtualFile(@NotNull FqName className) {
for (VirtualFile root : classPath) {
VirtualFile fileInRoot = findFileInRoot(className.asString(), root);
if (fileInRoot != null) {