Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-rogers authored and cgivre committed Jan 25, 2024
1 parent 6e6afa6 commit 2e59151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public class WithOptionsTableMacro implements TableMacro {

private static final Logger logger = LoggerFactory.getLogger(WithOptionsTableMacro.class);
private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(WithOptionsTableMacro.class);

private final TableSignature sig;
private final Function<List<Object>, DrillTable> function;
Expand Down

0 comments on commit 2e59151

Please sign in to comment.