Refactor rename method ProfileLocation.shortDescription() to location() (#1859)

This commit is contained in:
Rob Bygrave
2019-11-20 20:01:45 +13:00
committed by GitHub
parent ca71fef74a
commit 88839f7613
9 changed files with 27 additions and 27 deletions
@@ -176,7 +176,7 @@ public class CQueryPlan {
}
private String location() {
return (profileLocation == null) ? null : profileLocation.shortDescription();
return (profileLocation == null) ? null : profileLocation.location();
}
private CQueryPlanKey buildPlanKey(String sql, boolean rowNumberIncluded, String logWhereSql) {