From 5377fae7f5c17c90aeca90d97b9d1d70fbc6a434 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 3 Jun 2013 22:09:05 -0700 Subject: [PATCH] Remove duplicate Javadoc line from PathResource Remove duplicate Javadoc comment from PathResource that was accidentally introduced during the merge. Issue: SPR-10608 --- .../src/main/java/org/springframework/core/io/PathResource.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/io/PathResource.java b/spring-core/src/main/java/org/springframework/core/io/PathResource.java index e1e7bef2e69..5a2c9f93b51 100644 --- a/spring-core/src/main/java/org/springframework/core/io/PathResource.java +++ b/spring-core/src/main/java/org/springframework/core/io/PathResource.java @@ -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. *

Note: Unlike {@link FileSystemResource}, when building relative resources * via {@link #createRelative}, the relative path will be built underneath the