Skip to content

Commit

Permalink
remove unnecessary closer
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 24, 2022
1 parent e06b997 commit 2389ab5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ private String registryQuery(String hkeyquery, String key, String[] additionalAr
String finalValue = splitLine[splitLine.length - 1].trim();
if (!finalValue.equals("")) {
return finalValue;
}else{
kb.close();
return null;
}
}
}
Expand Down

0 comments on commit 2389ab5

Please sign in to comment.