Formatting

pull/2/head
Jens Pelzetter 2019-10-26 16:58:05 +02:00
parent fd1162b627
commit 115b6d8a79
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@ public class PageCreateForm
return item -> {
};
}
protected StringParameter getSelectedLanguageParam() {
return selectedLanguageParam;
}
private class ContentTypePrintListener implements PrintListener {