Skip to content
Snippets Groups Projects
Commit 3f6727be authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

remove unnecessary ";"

parent ba7f4b24
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ public interface VDmnColumn extends VDmnElement { ...@@ -9,7 +9,7 @@ public interface VDmnColumn extends VDmnElement {
default ColumnId getColumnId() { default ColumnId getColumnId() {
return (ColumnId) getId(); return (ColumnId) getId();
}; }
VTypeRef getTypeRef(); VTypeRef getTypeRef();
......
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