Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreid-db committed Dec 11, 2024
1 parent 0799095 commit e4e3935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/apache/iceberg/rest/Endpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Endpoint {
public static final Endpoint V1_DELETE_NAMESPACE =
Endpoint.create("DELETE", ResourcePaths.V1_NAMESPACE);
public static final Endpoint V1_NAMESPACE_EXISTS =
Endpoint.create("HEAD", ResourcePaths.V1_NAMESPACE);
Endpoint.create("HEAD", ResourcePaths.V1_NAMESPACE);
public static final Endpoint V1_COMMIT_TRANSACTION =
Endpoint.create("POST", ResourcePaths.V1_TRANSACTIONS_COMMIT);

Expand Down

0 comments on commit e4e3935

Please sign in to comment.