You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by dg...@apache.org on 2018/10/25 16:58:31 UTC

incubator-unomi git commit: UNOMI-204 fix typo

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 291636af4 -> 3912e5c21


UNOMI-204 fix typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/3912e5c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/3912e5c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/3912e5c2

Branch: refs/heads/master
Commit: 3912e5c21e1d78f532d11e8a2cf30e1ff909b8fa
Parents: 291636a
Author: dgaillard <dg...@jahia.com>
Authored: Thu Oct 25 18:58:11 2018 +0200
Committer: dgaillard <dg...@jahia.com>
Committed: Thu Oct 25 18:58:23 2018 +0200

----------------------------------------------------------------------
 api/src/main/java/org/apache/unomi/api/services/SegmentService.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/3912e5c2/api/src/main/java/org/apache/unomi/api/services/SegmentService.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/unomi/api/services/SegmentService.java b/api/src/main/java/org/apache/unomi/api/services/SegmentService.java
index 1ed152d..e5d4b29 100644
--- a/api/src/main/java/org/apache/unomi/api/services/SegmentService.java
+++ b/api/src/main/java/org/apache/unomi/api/services/SegmentService.java
@@ -51,7 +51,6 @@ public interface SegmentService {
     /**
      * Retrieves segment metadatas for segments in the specified scope, ordered according to the specified {@code sortBy} String and and paged: only {@code size} of them are
      * retrieved, starting with the {@code offset}-th one.
-     * <p>
      * TODO: remove?
      *
      * @param scope  the scope for which we want to retrieve segment metadata