mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+4
-6
@@ -183,21 +183,19 @@ class PathResourceResolverTests {
|
||||
|
||||
private String relativePath;
|
||||
|
||||
|
||||
public TestUrlResource(String path) throws MalformedURLException {
|
||||
super(path);
|
||||
}
|
||||
|
||||
|
||||
public String getSavedRelativePath() {
|
||||
return this.relativePath;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Resource createRelative(String relativePath) {
|
||||
this.relativePath = relativePath;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getSavedRelativePath() {
|
||||
return this.relativePath;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user