Skip to content

Commit

Permalink
revert src/jvm/backtype/storm/utils/Utils.java to original
Browse files Browse the repository at this point in the history
  • Loading branch information
afeng committed Feb 20, 2013
1 parent a6bd925 commit 010f3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jvm/backtype/storm/utils/Utils.java
Expand Up @@ -112,7 +112,7 @@ public static Map findAndReadConfigFile(String name, boolean mustExist) {
else return new HashMap(); else return new HashMap();
} }
if(resources.size() > 1) { if(resources.size() > 1) {
throw new RuntimeException("Found multiple " + name + " resources. You're probably bundling the Storm jars with your topology jar. "); throw new RuntimeException("Found multiple " + name + " resources. You're probably bundling the Storm jars with your topology jar.");
} }
URL resource = resources.get(0); URL resource = resources.get(0);
Yaml yaml = new Yaml(); Yaml yaml = new Yaml();
Expand Down

0 comments on commit 010f3b9

Please sign in to comment.