Moved to Java 8. Code cleanup.
[meviz.git] / src / main / java / eu / svjatoslav / meviz / htmlindexer / Layout.java
index f9e0982..f434f92 100755 (executable)
@@ -51,7 +51,7 @@ public interface Layout {
      */
     void enlistOgv(AbstractFile file,
                    DirectoryMetadata parentDirectoryMetadata)
-            throws UnsupportedEncodingException;
+    ;
 
     /**
      * Return layout specific suffix that will be appended between
@@ -68,7 +68,7 @@ public interface Layout {
      */
     String getHtml(final boolean showTitle,
                    final boolean doHtmlHeaderAndFooter, DirectoryMetadata metadata)
-            throws IOException;
+    ;
 
     /**
      * Initialize layout for particular directory.