Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ED246200B8C for ; Mon, 22 Aug 2016 17:00:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EC0D5160AC3; Mon, 22 Aug 2016 15:00:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 53CAD160AC7 for ; Mon, 22 Aug 2016 17:00:07 +0200 (CEST) Received: (qmail 94531 invoked by uid 500); 22 Aug 2016 15:00:06 -0000 Mailing-List: contact commits-help@usergrid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@usergrid.apache.org Delivered-To: mailing list commits@usergrid.apache.org Received: (qmail 94170 invoked by uid 99); 22 Aug 2016 15:00:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2016 15:00:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 18A6DE69A9; Mon, 22 Aug 2016 15:00:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: snoopdave@apache.org To: commits@usergrid.apache.org Date: Mon, 22 Aug 2016 15:00:12 -0000 Message-Id: <1784abecf2e245fd866a5ec16dc413b5@git.apache.org> In-Reply-To: <2d1db6e7e14e40da83b699b1bf514e75@git.apache.org> References: <2d1db6e7e14e40da83b699b1bf514e75@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/50] usergrid git commit: Merge commit 'refs/pull/494/head' of github.com:apache/usergrid archived-at: Mon, 22 Aug 2016 15:00:08 -0000 Merge commit 'refs/pull/494/head' of github.com:apache/usergrid Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/1d65496c Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/1d65496c Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/1d65496c Branch: refs/heads/asf-site Commit: 1d65496c0bdddab8b5523f0a08ada0d2c187524f Parents: f299c90 3b00253 Author: Michael Russo Authored: Mon Aug 1 09:53:05 2016 -0700 Committer: Michael Russo Committed: Mon Aug 1 09:53:05 2016 -0700 ---------------------------------------------------------------------- .../AbstractPathBasedCollectionService.java | 153 +++++++++++++++++++ .../AbstractPathBasedColllectionService.java | 153 ------------------- .../usergrid/services/assets/AssetsService.java | 4 +- .../usergrid/services/groups/GroupsService.java | 4 +- 4 files changed, 157 insertions(+), 157 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/1d65496c/stack/services/src/main/java/org/apache/usergrid/services/groups/GroupsService.java ----------------------------------------------------------------------