Format file

This commit is contained in:
René Pfeuffer
2018-10-16 17:00:12 +02:00
parent 8684d48556
commit fff20b973f

View File

@@ -60,4 +60,5 @@ public interface BrowseCommand
* *
* @throws IOException * @throws IOException
*/ */
BrowserResult getBrowserResult(BrowseCommandRequest request) throws IOException, NotFoundException;} BrowserResult getBrowserResult(BrowseCommandRequest request) throws IOException, NotFoundException;
}