Formatting

ccm-docs
Jens Pelzetter 2019-10-26 16:58:05 +02:00
parent f05804d6fd
commit 63bada4c13
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 {