Removing the cursor module comment on 7 classes.
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/fc4b48af Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/fc4b48af Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/fc4b48af Branch: refs/heads/USERGRID-614 Commit: fc4b48af21dca6ff8509e040105466e66061920d Parents: 8d1618f Author: GERey <[email protected]> Authored: Mon May 4 14:56:38 2015 -0700 Committer: GERey <[email protected]> Committed: Mon May 4 14:56:38 2015 -0700 ---------------------------------------------------------------------- .../java/org/apache/usergrid/corepersistence/pipeline/README.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/fc4b48af/stack/core/src/main/java/org/apache/usergrid/corepersistence/pipeline/README.md ---------------------------------------------------------------------- diff --git a/stack/core/src/main/java/org/apache/usergrid/corepersistence/pipeline/README.md b/stack/core/src/main/java/org/apache/usergrid/corepersistence/pipeline/README.md index 09b3877..ff123b0 100644 --- a/stack/core/src/main/java/org/apache/usergrid/corepersistence/pipeline/README.md +++ b/stack/core/src/main/java/org/apache/usergrid/corepersistence/pipeline/README.md @@ -45,8 +45,6 @@ Consider the following example flow: ###Indepth Cursor Module Explanation  -The Cursor Module is made up of 7 classes. - 1. ResponseCursor * This is the cursor that gets returned in the response after the filter has run. * The flow defined by the Response cursor is as follows
