You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ch...@apache.org on 2014/06/30 22:16:41 UTC

[2/5] git commit: Fixed typo in class name jira STRATOS-682

Fixed typo in class name jira STRATOS-682


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/73b6be83
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/73b6be83
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/73b6be83

Branch: refs/heads/master
Commit: 73b6be833f83d1a3d94ae4e9fa2a95cf607da376
Parents: 4c5a9d7
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Sun Jun 22 09:55:56 2014 +0000
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Sun Jun 22 09:55:56 2014 +0000

----------------------------------------------------------------------
 .../src/main/resources/META-INF/component.xml                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/73b6be83/components/org.apache.stratos.theme.mgt.ui/src/main/resources/META-INF/component.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/META-INF/component.xml b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/META-INF/component.xml
index 9faf205..326eae9 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/META-INF/component.xml
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/META-INF/component.xml
@@ -63,7 +63,7 @@
             <url-pattern>/registry/themeResourceContent</url-pattern>
             <display-name>Theme Resource Content Servlet</display-name>
 
-            <servlet-class>org.apache.stratos.theme.mgt.ui.servlets.ThemeResourceSevelet</servlet-class>
+            <servlet-class>org.apache.stratos.theme.mgt.ui.servlets.ThemeResourceServlets</servlet-class>
         </servlet>
     </servlets>
 </component>