X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fwamblee%2Fphotos%2Fmodel%2Ffilesystem%2FFileSystemAlbum.java;h=c08288b7e028090799124c84e5c9e3ddcb2c51c1;hb=8c73cdd2b64e2bb86183a21e175fd0a14717529c;hp=bfff860137c6ad68fafd4e9d3f0ec67436adc2a7;hpb=c64efa2d2002d15b22f458391cd44dfca44f8c96;p=photos diff --git a/src/main/java/org/wamblee/photos/model/filesystem/FileSystemAlbum.java b/src/main/java/org/wamblee/photos/model/filesystem/FileSystemAlbum.java index bfff860..c08288b 100644 --- a/src/main/java/org/wamblee/photos/model/filesystem/FileSystemAlbum.java +++ b/src/main/java/org/wamblee/photos/model/filesystem/FileSystemAlbum.java @@ -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> aCache) throws IOException {