Skip to content

Commit

Permalink
Static import Type in PrincipalSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Sep 4, 2024
1 parent 71bb007 commit 2316c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import static java.util.Objects.requireNonNull;

public record PrincipalSpecification(io.trino.sql.tree.PrincipalSpecification.Type type, Identifier name)
public record PrincipalSpecification(Type type, Identifier name)
{
public enum Type
{
Expand Down

0 comments on commit 2316c01

Please sign in to comment.