sigee opened a new pull request, #1598:
URL: https://github.com/apache/stormcrawler/pull/1598

   In `org.apache.stormcrawler.Metadata` there were these APIs:
   ```
   String[] getValues(String key)
   void setValues(String key, String[] values)
   void addValues(String key, Collection<String> values)
   ```
   To make it consistent and use `String[]` everywhere I Added `void 
addValues(String key, String[] values)` and make the code a bit cleaner.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to