File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/java/com/cloud/cluster
test/java/com/cloud/cluster
utils/src/main/java/org/apache/cloudstack/utils/server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828import javax .net .ssl .SSLContext ;
2929
3030import org .apache .cloudstack .framework .ca .CAService ;
31- import org .apache .cloudstack .utils .ServerPropertiesUtil ;
31+ import org .apache .cloudstack .utils .server . ServerPropertiesUtil ;
3232import org .apache .commons .httpclient .HttpStatus ;
3333import org .apache .http .NameValuePair ;
3434import org .apache .http .client .config .RequestConfig ;
Original file line number Diff line number Diff line change 2222import java .util .List ;
2323import java .util .Optional ;
2424
25- import org .apache .cloudstack .utils .ServerPropertiesUtil ;
25+ import org .apache .cloudstack .utils .server . ServerPropertiesUtil ;
2626import org .apache .commons .collections .CollectionUtils ;
2727import org .apache .http .NameValuePair ;
2828import org .junit .Assert ;
Original file line number Diff line number Diff line change 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
2020import java .io .File ;
2121import java .io .FileInputStream ;
You can’t perform that action at this time.
0 commit comments