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/07/28 01:51:56 UTC

incubator-usergrid git commit: Fixed spelling in spring

Repository: incubator-usergrid
Updated Branches:
  refs/heads/asset-rest-fix fb1d552cd -> 2c07cd9d1


Fixed spelling in spring


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

Branch: refs/heads/asset-rest-fix
Commit: 2c07cd9d17b8e6a5913f3db30b91c9a3f46c0f39
Parents: fb1d552
Author: GERey <gr...@apigee.com>
Authored: Mon Jul 27 16:51:54 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Mon Jul 27 16:51:54 2015 -0700

----------------------------------------------------------------------
 stack/rest/src/main/resources/usergrid-rest-context.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/2c07cd9d/stack/rest/src/main/resources/usergrid-rest-context.xml
----------------------------------------------------------------------
diff --git a/stack/rest/src/main/resources/usergrid-rest-context.xml b/stack/rest/src/main/resources/usergrid-rest-context.xml
index 23312f9..d7ff92c 100644
--- a/stack/rest/src/main/resources/usergrid-rest-context.xml
+++ b/stack/rest/src/main/resources/usergrid-rest-context.xml
@@ -74,7 +74,7 @@
         <property name="reposLocation" value="${usergrid.temp.files}"/>
     </bean>
 
-    <bean id="awsS3BinaryStore" class="org.apache.usergrid.services.assets.data.AwsSdkS3BinaryStore">
+    <bean id="awsSdkS3BinaryStore" class="org.apache.usergrid.services.assets.data.AwsSdkS3BinaryStore">
     </bean>