Fixing PathResource.toString() duplicate

This commit is contained in:
Joakim Erdfelt 2017-05-30 13:31:09 -07:00
parent 6c89cebcbf
commit 2b93c4ecd9
1 changed files with 0 additions and 5 deletions

View File

@ -404,11 +404,6 @@ public class PathResource extends Resource
return path.toAbsolutePath().toString();
}
@Override
public String toString() {
return path.toString();
}
@Override
public ReadableByteChannel getReadableByteChannel() throws IOException
{