Skip to content

Commit ec14c81

Browse files
committed
Fix copyright headers
1 parent c3e9d73 commit ec14c81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/src/main/java/org/asynchttpclient/util/HttpConstants.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
package org.asynchttpclient.util;
2-
3-
import io.netty.handler.codec.http.HttpMethod;
4-
import io.netty.handler.codec.http.HttpResponseStatus;
5-
61
/*
72
* Copyright (c) 2015 AsyncHttpClient Project. All rights reserved.
83
*
@@ -16,6 +11,11 @@
1611
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1712
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1813
*/
14+
package org.asynchttpclient.util;
15+
16+
import io.netty.handler.codec.http.HttpMethod;
17+
import io.netty.handler.codec.http.HttpResponseStatus;
18+
1919
public final class HttpConstants {
2020

2121
public static final class Methods {

0 commit comments

Comments
 (0)