You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/02/16 23:01:09 UTC

[02/50] incubator-usergrid git commit: Added small fix to includes endpoint so that we properly get the subResource

Added small fix to includes endpoint so that we properly get the 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/1c14ee54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/1c14ee54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/1c14ee54

Branch: refs/heads/USERGRID-365
Commit: 1c14ee54598b0f68012175c7ada52a21a3395a6f
Parents: a4327e8
Author: grey <gr...@apigee.com>
Authored: Wed Feb 11 10:43:54 2015 -0800
Committer: grey <gr...@apigee.com>
Committed: Wed Feb 11 10:43:54 2015 -0800

----------------------------------------------------------------------
 .../organizations/applications/imports/ImportsResource.java       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/1c14ee54/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/imports/ImportsResource.java
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/imports/ImportsResource.java b/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/imports/ImportsResource.java
index 1169346..82d491c 100644
--- a/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/imports/ImportsResource.java
+++ b/stack/rest/src/main/java/org/apache/usergrid/rest/management/organizations/applications/imports/ImportsResource.java
@@ -210,8 +210,7 @@ public class ImportsResource extends AbstractContextResource {
         return new JSONWithPadding( response );
     }
 
-
-    @GET
+    
     @Path( RootResource.ENTITY_ID_PATH + "/includes" )
     public FileIncludesResource getIncludes( @Context UriInfo ui, @PathParam( "entityId" ) PathSegment entityId )
         throws Exception {