Wow, I thought I had compiled that on 1.3 ... I wondered when I coded that why I had always used getTime().getTime() when getTimeStamp() existed. Guess that's what I get for using the 1.4 docs. Either way, how embarrassing for me!
-Matt P.S. In my defense, since they just changed the access specifier there was no @since tag or anything. <:( --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 23 Sep 2002, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > Anyone have any opinions about this patch I > submitted for the FTP > > task? > > I was just now looking into it, coincidence 8-) > > > Committ it, it's really great! > > src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java:840: > getTimeInMillis() has protected access in > java.util.Calendar > > remote[0].getTimestamp() > > It doesn't even compile, sorry. I'm going to change > that to > getTime().getTime() to have the same result. > > Stefan > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
