fix to string error

This commit is contained in:
fjy 2014-07-31 17:08:08 -07:00
parent 93afc26d92
commit a5bc6fc706
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public class TimeBoundaryQuery extends BaseQuery<Result<TimeBoundaryResultValue>
"dataSource='" + getDataSource() + '\'' +
", querySegmentSpec=" + getQuerySegmentSpec() +
", duration=" + getDuration() +
", bound" + bound +
", bound=" + bound +
'}';
}