Code polish

This commit is contained in:
nathan 2017-07-16 02:17:40 +02:00
parent ebf482086d
commit b2acabef58

View File

@ -62,7 +62,7 @@ class Desktop {
*
* @param uri the URL to browse/open
*/
public static void browseURL(URI uri) throws IOException {
public static void browseURL(final URI uri) throws IOException {
if (uri == null) {
throw new IOException("URI must not be null.");
}