We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25161b8 commit 4b510ebCopy full SHA for 4b510eb
server/src/main/java/com/cloud/resource/ResourceManagerImpl.java
@@ -42,6 +42,7 @@
42
import com.cloud.storage.StoragePoolAndAccessGroupMapVO;
43
import com.cloud.storage.dao.StoragePoolAndAccessGroupMapDao;
44
import com.cloud.storage.dao.StoragePoolTagsDao;
45
+import com.cloud.utils.StringUtils;
46
import org.apache.cloudstack.alert.AlertService;
47
import org.apache.cloudstack.annotation.AnnotationService;
48
import org.apache.cloudstack.annotation.dao.AnnotationDao;
@@ -70,7 +71,6 @@
70
71
import org.apache.commons.collections.CollectionUtils;
72
import org.apache.commons.lang.ObjectUtils;
73
import org.apache.commons.lang3.ArrayUtils;
-import org.apache.commons.lang3.StringUtils;
74
75
import org.springframework.stereotype.Component;
76
0 commit comments