No effective change - tidy only

This commit is contained in:
rob bygrave
2019-11-10 11:36:28 +13:00
parent 615a2aea46
commit a7116d1606
7 changed files with 6 additions and 7 deletions
@@ -8,7 +8,7 @@ import java.sql.SQLException;
import io.ebeaninternal.server.type.bindcapture.BindCapture;
/**
* A QueryPlanlogger that prefixes "EXPLAIN " to the query. This works for Postgres, H2 and MySql.
* A QueryPlanLogger that prefixes "EXPLAIN " to the query. This works for Postgres, H2 and MySql.
*/
public class QueryPlanLoggerExplain extends QueryPlanLogger {