Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Update #104 Correct NPE with Bridge.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed May 7, 2015
1 parent 27bdf04 commit fd6050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hd3gtv/mydmam/pathindexing/Explorer.java
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ private static void populate_bridge() throws NullPointerException {
bridge = new HashMap<String, File>();
bridge_list = new ArrayList<String>();
if (Configuration.global.isElementExists("storageindex_bridge") == false) {
Log2.log.error("No configuration for storageindex_bridge", new NullPointerException());
Log2.log.info("No configuration for storageindex_bridge");
return;
}
LinkedHashMap<String, String> s_bridge = Configuration.global.getValues("storageindex_bridge");
Expand Down

0 comments on commit fd6050e

Please sign in to comment.