summaryrefslogtreecommitdiff
path: root/spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java
diff options
context:
space:
mode:
authorEmmanuel Bourg <ebourg@apache.org>2015-07-15 23:21:27 +0200
committerEmmanuel Bourg <ebourg@apache.org>2015-07-15 23:21:27 +0200
commitda46d30e80e4c59a41cf52055d06faa1dbb7e383 (patch)
tree52b707fbbccd5b6100088913f32c1cbd00568790 /spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java
parentc03c348db4e91c613982cbe6c99d0cf04ea14fe3 (diff)
Imported Upstream version 4.0.9
Diffstat (limited to 'spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java')
-rw-r--r--spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java b/spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java
index d811d91f..7446b71f 100644
--- a/spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java
+++ b/spring-core/src/main/java/org/springframework/core/io/FileSystemResourceLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2007 the original author or authors.
+ * Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -65,6 +65,7 @@ public class FileSystemResourceLoader extends DefaultResourceLoader {
super(path);
}
+ @Override
public String getPathWithinContext() {
return getPath();
}