Skip to content

Commit

Permalink
removed misleading "throws IllegalStateException" declaration
Browse files Browse the repository at this point in the history
Issue: SPR-9561
  • Loading branch information
jhoeller committed Jul 4, 2012
1 parent aeef8c8 commit b488ae6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ public Resource createRelative(String relativePath) throws IOException {
* This implementation always returns <code>null</code>,
* assuming that this resource type does not have a filename.
*/
public String getFilename() throws IllegalStateException {
public String getFilename() {
return null;
}

Expand Down

0 comments on commit b488ae6

Please sign in to comment.