File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
api/src/main/java/org/apache/cloudstack/api/command/admin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434import com .cloud .exception .ResourceAllocationException ;
3535import com .cloud .exception .ResourceUnavailableException ;
3636import com .cloud .user .Account ;
37- import org . apache . commons . lang3 .StringUtils ;
37+ import com . cloud . utils .StringUtils ;
3838
3939@ APICommand (name = "createManagementNetworkIpRange" ,
4040 description = "Creates a Management network IP range." ,
Original file line number Diff line number Diff line change 1717package org .apache .cloudstack .api .command .admin .vlan ;
1818
1919import com .cloud .utils .net .NetUtils ;
20+ import com .cloud .utils .StringUtils ;
2021
2122import org .apache .cloudstack .api .APICommand ;
2223import org .apache .cloudstack .api .ApiConstants ;
3839import com .cloud .exception .ResourceAllocationException ;
3940import com .cloud .exception .ResourceUnavailableException ;
4041import com .cloud .user .Account ;
41- import org .apache .commons .lang3 .StringUtils ;
4242
4343import java .util .Objects ;
4444
You can’t perform that action at this time.
0 commit comments