Remove duplicate Javadoc line from PathResource
Remove duplicate Javadoc comment from PathResource that was accidentally introduced during the merge. Issue: SPR-10608
This commit is contained in:
parent
5006dcd0ec
commit
5377fae7f5
|
|
@ -58,7 +58,6 @@ public class PathResource extends AbstractResource implements WritableResource {
|
|||
}
|
||||
|
||||
/**
|
||||
* Create a new PathResource from a Path handle.
|
||||
* Create a new PathResource from a Path handle.
|
||||
* <p>Note: Unlike {@link FileSystemResource}, when building relative resources
|
||||
* via {@link #createRelative}, the relative path will be built <i>underneath</i> the
|
||||
|
|
|
|||
Loading…
Reference in New Issue