* {@link ImageGallery} is a collection of ordered {@link RepositoryImage} instances.
*
* Gallery has a dedicated "path" in the file repository, where new images are posted. When an image is removed from the Gallery, it may be removed if it is hosted in the Gallery
* path, but must be kept as-is if it does not share the path.
* Gallery has a dedicated "path" in the file repository, where new images are posted. When an image is removed from the
* Gallery, it may be removed if it is hosted in the Gallery path, but must be kept as-is if it does not share the path.
* An {@link RepositoryImage} is an graphics file in one of the supported image formats (PNG and JPG). It extends the {@link RepositoryFile} by including image-specific metadata
* defined in {@link ImageMetadata}.
* An {@link RepositoryImage} is an graphics file in one of the supported image formats (PNG and JPG). It extends the
* {@link RepositoryFile} by including image-specific metadata defined in {@link ImageMetadata}.
*
* @author mobreza
*/
...
...
@@ -54,7 +54,7 @@ public class RepositoryImage extends RepositoryFile implements ImageMetadata {