diff --git a/gateway-ha/src/main/java/io/trino/gateway/ha/router/StatementUtils.java b/gateway-ha/src/main/java/io/trino/gateway/ha/router/StatementUtils.java index 89d829485..3353cc9b3 100644 --- a/gateway-ha/src/main/java/io/trino/gateway/ha/router/StatementUtils.java +++ b/gateway-ha/src/main/java/io/trino/gateway/ha/router/StatementUtils.java @@ -1,5 +1,3 @@ -package io.trino.gateway.ha.router; - /* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +11,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package io.trino.gateway.ha.router; import com.google.common.collect.ImmutableList; import io.trino.sql.tree.AddColumn;