mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Fix license header in WildflyIT.java
The license header in this file was after and on the same line as the package statement. This commit moves the package statement to be after the license header.
This commit is contained in:
parent
3b47355e56
commit
5de2bcc624
@ -1,4 +1,4 @@
|
||||
package org.elasticsearch.wildfly;/*
|
||||
/*
|
||||
* Licensed to Elasticsearch under one or more contributor
|
||||
* license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright
|
||||
@ -17,6 +17,8 @@ package org.elasticsearch.wildfly;/*
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
package org.elasticsearch.wildfly;
|
||||
|
||||
import org.apache.http.client.methods.CloseableHttpResponse;
|
||||
import org.apache.http.client.methods.HttpGet;
|
||||
import org.apache.http.client.methods.HttpPut;
|
||||
|
Loading…
x
Reference in New Issue
Block a user