You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2014/10/10 11:45:29 UTC

svn commit: r1630744 - /oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.java

Author: bfoster
Date: Fri Oct 10 09:45:29 2014
New Revision: 1630744

URL: http://svn.apache.org/r1630744
Log: (empty)

Modified:
    oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.java

Modified: oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.java
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.java?rev=1630744&r1=1630743&r2=1630744&view=diff
==============================================================================
--- oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.java (original)
+++ oodt/trunk/pushpull/src/main/java/org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.java Fri Oct 10 09:45:29 2014
@@ -158,7 +158,7 @@ public class GenericEmailParser implemen
   }
 
   private Set<String> loadMetadataKeys() {
-    return Sets.newHashSet(Splitter.on(",").split(
+    return Sets.newHashSet(Splitter.on(",").omitEmptyStrings().split(
         Strings.nullToEmpty(System.getProperty(METADATA_KEYS))));
   }