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.ResultSet;
import java.sql.SQLException;
/**
* A QueryPlanlogger for Postgres that prefixes "EXPLAIN ANALYZE" to the query.
* A QueryPlanLogger for Postgres that prefixes "EXPLAIN ANALYZE" to the query.
*/
public class QueryPlanLoggerPostgres extends QueryPlanLogger {