Ignore:
Timestamp:
Dec 12, 2008, 9:35:21 AM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #127: Update to final release of Apache Mina FTP server

Javadoc for the BaseFtpFile?.setLastModified() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.ftp/trunk/src/net/sf/basedb/clients/ftp/BaseFtpFile.java

    r915 r917  
    219219 
    220220  /**
     221    Ignored since BASE doesn't allow us to change this.
     222  */
     223  @Override
     224  public void setLastModified(long lastModified)
     225  {}
     226 
     227  /**
    221228    Always true.
    222229  */
     
    589596  }
    590597
    591   @Override
    592   public void setLastModified(long arg0)
    593   {
    594     // TODO Auto-generated method stub
    595    
    596   }
    597  
    598598}
Note: See TracChangeset for help on using the changeset viewer.