Skip to content

Commit

Permalink
Update set (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 20, 2024
1 parent 0f6497d commit bcfe2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org.hdfgroup.hdfview/hdf/view/HDFView.java
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ public void widgetSelected(SelectionEvent e)
{
String usersGuideURL = ViewProperties.getUsersGuide();
log.trace("usersGuideURL: {}", usersGuideURL);
URL urlObject = nnull;
URL urlObject;
if (usersGuideURL != null)
urlObject = new URI(usersGuideURL).toURL();
else
Expand Down

0 comments on commit bcfe2bb

Please sign in to comment.