Skip to content
Permalink
Browse files
Fix date edition
  • Loading branch information
vshcherb committed Oct 27, 2012
1 parent 5337199 commit 0752a36dfab71ba8ff567213a9bbd2ecefd47bd3
Showing 1 changed file with 0 additions and 6 deletions.
@@ -695,12 +695,6 @@ public void indexingPoi(final IProgress progress, List<String> warnings, File f)
}
}

public void updateIndexLastDateModified(File f){
if(f != null && f.exists()){
indexFileNames.put(f.getName(), MessageFormat.format("{0,date,dd.MM.yyyy}", new Date(f.lastModified()))); //$NON-NLS-1$
}
}


////////////////////////////////////////////// Working with amenities ////////////////////////////////////////////////
public List<Amenity> searchAmenities(PoiFilter filter,

0 comments on commit 0752a36

Please sign in to comment.