Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Brian Foster committed Oct 10, 2014
1 parent 5cc82b3 commit 4be6b08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ private String loadPathToRoot() {
}

private Set<String> loadMetadataKeys() {
return Sets.newHashSet(Splitter.on(",").split(
return Sets.newHashSet(Splitter.on(",").omitEmptyStrings().split(
Strings.nullToEmpty(System.getProperty(METADATA_KEYS))));
}

Expand Down

0 comments on commit 4be6b08

Please sign in to comment.