We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe002f2 commit d78b5c0Copy full SHA for d78b5c0
1 file changed
src/main/java/org/scijava/desktop/DesktopService.java
@@ -51,7 +51,6 @@ public interface DesktopService extends SciJavaService {
51
* @param webLinks whether URI scheme handlers should be registered
52
* @param desktopIcon whether the application launcher entry should be present
53
* @param fileTypes whether file-extension associations should be registered
54
- * @throws IOException if any part of the update fails
55
*/
56
void syncDesktopIntegration(boolean webLinks,
57
boolean desktopIcon, boolean fileTypes);
0 commit comments