We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeef8c8 commit b488ae6Copy full SHA for b488ae6
org.springframework.core/src/main/java/org/springframework/core/io/AbstractResource.java
@@ -170,7 +170,7 @@ public Resource createRelative(String relativePath) throws IOException {
170
* This implementation always returns <code>null</code>,
171
* assuming that this resource type does not have a filename.
172
*/
173
- public String getFilename() throws IllegalStateException {
+ public String getFilename() {
174
return null;
175
}
176
0 commit comments