Skip to content
Snippets Groups Projects
Commit eeacef9d authored by Eirik Steira's avatar Eirik Steira
Browse files

Add javadoc to ImageAlbumDocument

parent 47aa403d
No related branches found
No related tags found
1 merge request!88Refactor/pdf creation
Pipeline #77822 passed
......@@ -2,6 +2,12 @@ package NTNU.IDATT1002.service;
import java.io.File;
/**
* Image Album Document Interface. Defines operations for getting and creating documents.
*
* @author Eirik Steira
* @version 1.0 30.03.20
*/
public interface ImageAlbumDocument {
File getDocument();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment