From 57eb159464809886d8b605159e1e483be0b2e33a Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Thu, 1 Feb 2024 14:36:17 -0500 Subject: [PATCH] Stop using preprocessor flag Sidecar19-SE Signed-off-by: Keith W. Campbell --- .../java.rmi/share/classes/module-info.java.extra | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/closed/src/java.rmi/share/classes/module-info.java.extra b/closed/src/java.rmi/share/classes/module-info.java.extra index b92f0882110..9407a2f5035 100644 --- a/closed/src/java.rmi/share/classes/module-info.java.extra +++ b/closed/src/java.rmi/share/classes/module-info.java.extra @@ -1,14 +1,14 @@ -/*[INCLUDE-IF Sidecar19-SE]*/ +/*[INCLUDE-IF JAVA_SPEC_VERSION >= 9]*/ /* * =========================================================================== - * (c) Copyright IBM Corp. 2018, 2018 All Rights Reserved + * (c) Copyright IBM Corp. 2018, 2024 All Rights Reserved * =========================================================================== - * + * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. + * published by the Free Software Foundation. * - * IBM designates this particular file as subject to the "Classpath" exception + * IBM designates this particular file as subject to the "Classpath" exception * as provided by IBM in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT @@ -19,9 +19,9 @@ * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, see . - * + * * =========================================================================== */ module java.rmi { uses com.ibm.sharedclasses.spi.SharedClassProvider; -} \ No newline at end of file +}