Repository: stratos
Updated Branches:
  refs/heads/tenant-isolation ae7d1582c -> 3c287ae05


Update the log message


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

Branch: refs/heads/tenant-isolation
Commit: 3c287ae052489b6603f2ec84229b9dedf8e11e61
Parents: ae7d158
Author: Gayan Gunarathne <[email protected]>
Authored: Mon Jul 6 18:10:56 2015 +0530
Committer: Gayan Gunarathne <[email protected]>
Committed: Mon Jul 6 18:10:56 2015 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/3c287ae0/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java
 
b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java
index e9976be..5bc03fa 100644
--- 
a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java
+++ 
b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java
@@ -646,7 +646,7 @@ public class StratosApiV41 extends AbstractApi {
         URI url = 
uriInfo.getAbsolutePathBuilder().path(networkPartitionId).build();
         return Response.created(url).entity(new 
ResponseMessageBean(ResponseMessageBean.SUCCESS,
                 String.format("Network partition added successfully: 
[network-partition-uuid] %s " +
-                        "[network-partition-uuid] %s", 
networkPartitionBean.getUuid(), networkPartitionId))).build();
+                        "[network-partition-id] %s", 
networkPartitionBean.getUuid(), networkPartitionId))).build();
     }
 
     /**

Reply via email to