Skip to content

Commit 67bcd17

Browse files
committed
Updated comment
1 parent ddc89a2 commit 67bcd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwms-data-api/src/main/java/cwms/cda/data/dao/TimeSeriesDaoImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public TimeSeries getTimeseries(String page, int pageSize, String names, String
371371
timeseries = new TimeSeriesWithDataEntryDate(timeseries);
372372
}
373373

374-
// Now we're going to call the retrieve_ts_out_tab function to get the data and build an
374+
// Now we're going to call the retrieve_ts_entry_out_tab function to get the data and build an
375375
// internal table from it so we can manipulate it further
376376
// This code assumes the database timezone is in UTC (per Oracle recommendation)
377377
SQL retrieveSelectData = DSL.sql(

0 commit comments

Comments
 (0)