Skip to content

Commit 7ff531a

Browse files
committed
Updated comment
1 parent edd3a6d commit 7ff531a

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
@@ -370,7 +370,7 @@ public TimeSeries getTimeseries(String page, int pageSize, String names, String
370370
timeseries = new TimeSeriesWithDataEntryDate(timeseries);
371371
}
372372

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

0 commit comments

Comments
 (0)