You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2018/12/06 17:29:29 UTC

[GitHub] lewismc commented on a change in pull request #35: SDAP-161 MUDROD embedded unit test

lewismc commented on a change in pull request #35: SDAP-161 MUDROD embedded unit test
URL: https://github.com/apache/incubator-sdap-mudrod/pull/35#discussion_r239538277
 
 

 ##########
 File path: core/src/main/java/org/apache/sdap/mudrod/weblog/pre/SessionStatistic.java
 ##########
 @@ -229,7 +229,7 @@ public int processSession(ESDriver es, String sessionId) throws IOException, Int
               String[] keywordList = keywords.split(",");
               for (String item : items) {
                 if (!Arrays.asList(keywordList).contains(item)) {
-                  keywords = keywords + item + ",";
+                  keywords = keywords + "," + item + ",";
 
 Review comment:
   OK thanks is this included in a test?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services