Hi Brett, You want the conversion to be done in this method instead?
On Wed, Jun 9, 2010 at 6:25 AM, Brett Porter <[email protected]> wrote: > > On 25/05/2010, at 1:51 PM, [email protected] wrote: > > > > > + @SuppressWarnings( "unchecked" ) > > + public List<BuildResult> getBuildResultsInRange( long fromDate, long > toDate, int state, String triggeredBy ) > > Would it be easier to work with Date objects here, so that the action > doesn't need to do the conversion? > > -- > Brett Porter > [email protected] > http://brettporter.wordpress.com/ > >
