You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ro...@apache.org on 2014/12/22 17:54:25 UTC

[19/50] incubator-usergrid git commit: change method name to subresource

change method name to subresource


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

Branch: refs/heads/two-dot-o
Commit: d26c721059864d59e70d127397e64ff8ee8f45a4
Parents: 2267511
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Dec 16 14:01:55 2014 -0700
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Dec 16 14:01:55 2014 -0700

----------------------------------------------------------------------
 .../test/resource2point0/endpoints/AbstractCollectionResource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d26c7210/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/AbstractCollectionResource.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/AbstractCollectionResource.java b/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/AbstractCollectionResource.java
index 1a02115..b0eae47 100644
--- a/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/AbstractCollectionResource.java
+++ b/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/AbstractCollectionResource.java
@@ -36,7 +36,7 @@ public abstract class AbstractCollectionResource<T,K> extends NamedResource {
         super(name, context, parent);
     }
 
-    public K getSubResource(final String identifier){
+    public K getCollectionResource(final String identifier){
         return instantiateK(identifier, context, this);
     }