Skip to content

Commit

Permalink
remove unnecessary throw
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Oct 5, 2023
1 parent 1acd53b commit a708ef2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ public static Object parametersForWindowQueryTest() throws Exception

private final String filename;

public CalciteWindowQueryTest(String filename) throws Exception
public CalciteWindowQueryTest(String filename)
{

this.filename = filename;
}

Expand Down

0 comments on commit a708ef2

Please sign in to comment.