sergehuber commented on a change in pull request #90: Return Complete Rules via 
Rule REST Endpoint /cxs/rules
URL: https://github.com/apache/unomi/pull/90#discussion_r294159967
 
 

 ##########
 File path: api/src/main/java/org/apache/unomi/api/services/RulesService.java
 ##########
 @@ -27,12 +27,20 @@
 
 import java.util.Map;
 import java.util.Set;
+import java.util.List;
 
 /**
  * A service to access and operate on {@link Rule}s.
  */
 public interface RulesService {
 
+    /**
+     * Retrieves all known action types.
 
 Review comment:
   Could you please fix this comment ? It seems like its some kind of copy-paste

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to