mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Clean up code
This commit is contained in:
parent
f94713b70a
commit
43d8dc38b1
@ -1,9 +1,20 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
//
|
*
|
||||||
// Source code recreated from a .class file by IntelliJ IDEA
|
* WSO2 Inc. licenses this file to you under the Apache License,
|
||||||
// (powered by Fernflower decompiler)
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
package org.wso2.iot.integration.common.extensions;
|
package org.wso2.iot.integration.common.extensions;
|
||||||
|
|
||||||
|
|||||||
@ -29,8 +29,6 @@ import java.util.HashMap;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import org.wso2.iot.integration.common.extensions.CarbonServerManagerExtension;
|
import org.wso2.iot.integration.common.extensions.CarbonServerManagerExtension;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class CustomTestServerManager {
|
public class CustomTestServerManager {
|
||||||
protected CarbonServerManagerExtension carbonServer;
|
protected CarbonServerManagerExtension carbonServer;
|
||||||
protected String carbonZip;
|
protected String carbonZip;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user