Added the old unit tests from the old Photos application again.
[photos] / src / main / java / org / wamblee / photos / model / filesystem / FileSystemAlbum.java
index bfff860137c6ad68fafd4e9d3f0ec67436adc2a7..c08288b7e028090799124c84e5c9e3ddcb2c51c1 100644 (file)
@@ -119,7 +119,7 @@ public class FileSystemAlbum implements Album {
      *
      * @param aDir   Directory where the album is located.
      * @param aPath  Path that this album represents.
-     * @param aCache Cache to use.
+     * @param aCache Cache to use. Note that a cache usedin one album hierarachy should not be used in another.
      * @throws IOException
      */
     public FileSystemAlbum(File aDir, String aPath, Cache<String, ArrayList<PhotoEntry>> aCache) throws IOException {