You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by pr...@apache.org on 2013/11/18 11:19:18 UTC

git commit: minor edit. My first commit and testing...

Updated Branches:
  refs/heads/master 9d524c625 -> ab056a412


minor edit. My first commit and testing...


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

Branch: refs/heads/master
Commit: ab056a412e04cd659c2833b367ed3cd885d6231a
Parents: 9d524c6
Author: Pradeep Fernando <pr...@gmail.com>
Authored: Mon Nov 18 15:46:13 2013 +0530
Committer: Pradeep Fernando <pr...@gmail.com>
Committed: Mon Nov 18 15:46:13 2013 +0530

----------------------------------------------------------------------
 .../org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ab056a41/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java
index fdd73e0..27ce962 100644
--- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java
+++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java
@@ -1,4 +1,4 @@
-package org.apache.stratos.rest.endpoint.bean;/*
+/*
 *  Copyright (c) 2005-2012, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
 *
 *  WSO2 Inc. licenses this file to you under the Apache License,
@@ -15,6 +15,7 @@ package org.apache.stratos.rest.endpoint.bean;/*
 * specific language governing permissions and limitations
 * under the License.
 */
+package org.apache.stratos.rest.endpoint.bean;
 
 import javax.xml.bind.annotation.XmlRootElement;