Fixing PathResource.toString() duplicate
This commit is contained in:
parent
6c89cebcbf
commit
2b93c4ecd9
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue