Skip to content
Snippets Groups Projects
Commit 502b488e authored by Georg Graßnick's avatar Georg Graßnick :thinking:
Browse files

Fix checkstyle issues

parent 37e68062
No related branches found
No related tags found
1 merge request!35Feat/libluis bin
......@@ -208,8 +208,11 @@ public class LiblouisBrailleTextRasterizer implements Rasterizer<BrailleText> {
}
}
/**
* Indicates, the native liblouis library was not found.
*/
public static class LibLouisLibraryMissingException extends NoSuchNativeLibraryException {
LibLouisLibraryMissingException(Throwable cause) {
LibLouisLibraryMissingException(final Throwable cause) {
super(cause);
}
}
......
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