Skip to content
Snippets Groups Projects
Commit f4e3dc56 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

typo

parent 65335d19
No related branches found
No related tags found
1 merge request!768Resolve "Custom images as overlay levels or background"
......@@ -3,7 +3,7 @@ package lcsb.mapviewer.converter.model.celldesigner;
import lcsb.mapviewer.common.exception.InvalidXmlSchemaException;
/**
* Exception that shold be thrown when the group in xml schema is invalid.
* Exception that should be thrown when the group in xml schema is invalid.
*
* @author Piotr Gawron
*
......@@ -20,7 +20,7 @@ public class InvalidGroupException extends InvalidXmlSchemaException {
*/
public InvalidGroupException() {
super(); // call superclass constructor
super();
}
/**
......
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