parent
2769650309
commit
0397bf3fb7
|
|
@ -18,7 +18,6 @@
|
||||||
*/
|
*/
|
||||||
package com.arsdigita.cms.ui.type;
|
package com.arsdigita.cms.ui.type;
|
||||||
|
|
||||||
import com.ibm.icu.impl.IllegalIcuArgumentException;
|
|
||||||
import org.libreccm.workflow.Workflow;
|
import org.libreccm.workflow.Workflow;
|
||||||
import org.librecms.contentsection.ContentSection;
|
import org.librecms.contentsection.ContentSection;
|
||||||
import org.librecms.contentsection.ContentSectionManager;
|
import org.librecms.contentsection.ContentSectionManager;
|
||||||
|
|
@ -90,7 +89,7 @@ class ContentTypeAdminPaneController {
|
||||||
ofSection.getObjectId()
|
ofSection.getObjectId()
|
||||||
)
|
)
|
||||||
.orElseThrow(
|
.orElseThrow(
|
||||||
() -> new IllegalIcuArgumentException(
|
() -> new IllegalArgumentException(
|
||||||
String.format(
|
String.format(
|
||||||
"No ContentSection with ID %d found.",
|
"No ContentSection with ID %d found.",
|
||||||
ofSection.getObjectId()
|
ofSection.getObjectId()
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -646,7 +646,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.saxon</groupId>
|
<groupId>net.sf.saxon</groupId>
|
||||||
<artifactId>Saxon-HE</artifactId>
|
<artifactId>Saxon-HE</artifactId>
|
||||||
<version>9.9.1-2</version>
|
<version>10.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue