You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/05/04 23:56:44 UTC

incubator-usergrid git commit: Removing the cursor module comment on 7 classes.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-609 8d1618f84 -> fc4b48af2


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-609
Commit: fc4b48af21dca6ff8509e040105466e66061920d
Parents: 8d1618f
Author: GERey <gr...@apigee.com>
Authored: Mon May 4 14:56:38 2015 -0700
Committer: GERey <gr...@apigee.com>
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
  ![Top Level Pipeline Diagram](https://github.com/apache/incubator-usergrid/blob/c3897d3abac7226d9a93a831c020567abd00536c/stack/core/src/main/java/org/apache/usergrid/corepersistence/pipeline/cursor/CursorDiagram.jpg?raw=true =800x800 ) 
 
-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