Skip to content

Commit

Permalink
rm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov committed Oct 26, 2023
1 parent a5c9073 commit d2640a0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ public String getId() {
return rmProject.getId();
}

@NotNull
@Override
public String getProviderId() {
return "rm-nio";
}

@Override
public Path getPathByURI(@NotNull DBRProgressMonitor monitor, @NotNull URI uri) {
return rmNioFileSystemProvider.getPath(uri);
Expand Down

0 comments on commit d2640a0

Please sign in to comment.