Remove IOException javadoc

This commit is contained in:
Joakim Erdfelt 2022-08-09 19:03:27 -05:00
parent 3bed1d2587
commit 342cef30cc
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ public class PathResource extends Resource
* Must be an absolute URI using the <code>file</code> scheme.
*
* @param uri the URI to build this PathResource from.
* @throws IOException if unable to construct the PathResource from the URI.
*/
PathResource(URI uri)
{