Skip to content

Commit e5bc1e6

Browse files
committed
Fix the unit tests due to the PathFSProvider derpage.
1 parent 6b6b90c commit e5bc1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cpw/mods/niofs/pathfs/PathFileSystemProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ protected URI buildUriFor(final PathPath path) throws URISyntaxException, Illega
206206
{
207207
return new URI(
208208
path.getFileSystem().provider().getScheme(),
209-
path.getFileSystem().getKey() + '~' + this,
209+
path.getFileSystem().getKey() + '~' + path,
210210
null
211211
);
212212
}

0 commit comments

Comments
 (0)