This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/turbine-core.git
commit dedd12bd53d5e0a733ccc1791d53b5373b181648 Author: Thomas Vandahl <[email protected]> AuthorDate: Fri Aug 25 16:19:21 2023 +0200 Organize imports --- .../apache/turbine/modules/screens/PlainJSONSecureAnnotatedScreen.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/org/apache/turbine/modules/screens/PlainJSONSecureAnnotatedScreen.java b/src/java/org/apache/turbine/modules/screens/PlainJSONSecureAnnotatedScreen.java index f0bbe88f..e7ef668a 100644 --- a/src/java/org/apache/turbine/modules/screens/PlainJSONSecureAnnotatedScreen.java +++ b/src/java/org/apache/turbine/modules/screens/PlainJSONSecureAnnotatedScreen.java @@ -21,7 +21,6 @@ package org.apache.turbine.modules.screens; import java.lang.reflect.Method; import java.util.Arrays; -import java.util.Optional; import org.apache.fulcrum.security.model.turbine.TurbineAccessControlList; import org.apache.turbine.annotation.AnnotationProcessor;
