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/12/08 22:50:30 UTC

usergrid git commit: Changed the unique index index cleanup tool to be a an audit utility and called it ManagementUserAudit.

Repository: usergrid
Updated Branches:
  refs/heads/unique_index_logging [created] 626fe27d9


Changed the unique index index cleanup tool to be a an audit utility and called it ManagementUserAudit.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/626fe27d
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/626fe27d
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/626fe27d

Branch: refs/heads/unique_index_logging
Commit: 626fe27d9e56095401ab9bf12229f0d64b77744c
Parents: 98658fd
Author: George Reyes <gr...@apache.org>
Authored: Tue Dec 8 13:50:23 2015 -0800
Committer: George Reyes <gr...@apache.org>
Committed: Tue Dec 8 13:50:23 2015 -0800

----------------------------------------------------------------------
 .../java/org/apache/usergrid/tools/ManagementUserAudit.java   | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/626fe27d/stack/tools/src/main/java/org/apache/usergrid/tools/ManagementUserAudit.java
----------------------------------------------------------------------
diff --git a/stack/tools/src/main/java/org/apache/usergrid/tools/ManagementUserAudit.java b/stack/tools/src/main/java/org/apache/usergrid/tools/ManagementUserAudit.java
new file mode 100644
index 0000000..3af5dfd
--- /dev/null
+++ b/stack/tools/src/main/java/org/apache/usergrid/tools/ManagementUserAudit.java
@@ -0,0 +1,7 @@
+package org.apache.usergrid.tools;
+
+
+/**
+ * Created by ApigeeCorporation on 12/8/15.
+ */
+public class ManagementUserAudit {}