Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating ed1b00e7e -> 7abdf541f
Fixed CloudControllerDSComponent header comment Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/7abdf541 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/7abdf541 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/7abdf541 Branch: refs/heads/4.0.0-incubating Commit: 7abdf541fbad16188eec1955847a19df6d204134 Parents: ed1b00e Author: Imesh Gunaratne <[email protected]> Authored: Fri Apr 18 22:50:57 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Apr 18 22:50:57 2014 +0530 ---------------------------------------------------------------------- .../internal/CloudControllerDSComponent.java | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7abdf541/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/internal/CloudControllerDSComponent.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/internal/CloudControllerDSComponent.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/internal/CloudControllerDSComponent.java index 77e3ac4..35e22dd 100644 --- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/internal/CloudControllerDSComponent.java +++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/internal/CloudControllerDSComponent.java @@ -54,24 +54,7 @@ import org.wso2.carbon.utils.ConfigurationContextService; * interface= * "org.wso2.carbon.registry.core.service.RegistryService" * cardinality="1..1" policy="dynamic" bind="setRegistryService" - * unbind="unsetR/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */egistryService" + * unbind="unsetRegistryService" * @scr.reference name="config.context.service" * interface="org.wso2.carbon.utils.ConfigurationContextService" * cardinality="1..1" policy="dynamic"
