コード例 #1
0
 @Override
 protected long getTimestampImpl() {
   synchronized (file) {
     return file.getTimestamp();
   }
 }