This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a commit to branch nsx-add-snat
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 31df1f19a4c466d2ea9ef3b8a19bc4e2fd455a98
Author: Pearl Dsilva <[email protected]>
AuthorDate: Mon Oct 30 20:19:08 2023 -0400

    fix build - unused import
---
 .../nsx/src/main/java/org/apache/cloudstack/service/NsxApiClient.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/service/NsxApiClient.java
 
b/plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/service/NsxApiClient.java
index ae600bd4136..862a27fe63a 100644
--- 
a/plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/service/NsxApiClient.java
+++ 
b/plugins/network-elements/nsx/src/main/java/org/apache/cloudstack/service/NsxApiClient.java
@@ -16,7 +16,6 @@
 // under the License.
 package org.apache.cloudstack.service;
 
-import com.cloud.exception.InvalidParameterValueException;
 import com.cloud.network.Network;
 import com.cloud.utils.exception.CloudRuntimeException;
 import com.vmware.nsx.model.TransportZone;

Reply via email to