Skip to content

Commit 2c8a77e

Browse files
committed
refactor
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent cc858f3 commit 2c8a77e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

framework/cluster/src/main/java/com/cloud/cluster/ClusterServiceServletImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import javax.net.ssl.SSLContext;
2929

3030
import org.apache.cloudstack.framework.ca.CAService;
31-
import org.apache.cloudstack.utils.ServerPropertiesUtil;
31+
import org.apache.cloudstack.utils.server.ServerPropertiesUtil;
3232
import org.apache.commons.httpclient.HttpStatus;
3333
import org.apache.http.NameValuePair;
3434
import org.apache.http.client.config.RequestConfig;

framework/cluster/src/test/java/com/cloud/cluster/ClusterServiceServletImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.util.List;
2323
import java.util.Optional;
2424

25-
import org.apache.cloudstack.utils.ServerPropertiesUtil;
25+
import org.apache.cloudstack.utils.server.ServerPropertiesUtil;
2626
import org.apache.commons.collections.CollectionUtils;
2727
import org.apache.http.NameValuePair;
2828
import org.junit.Assert;

utils/src/main/java/org/apache/cloudstack/utils/ServerPropertiesUtil.java renamed to utils/src/main/java/org/apache/cloudstack/utils/server/ServerPropertiesUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
package org.apache.cloudstack.utils;
18+
package org.apache.cloudstack.utils.server;
1919

2020
import java.io.File;
2121
import java.io.FileInputStream;

0 commit comments

Comments
 (0)