Skip to content

Commit

Permalink
Merge pull request #756 from keithc-ca/no_sidecar19
Browse files Browse the repository at this point in the history
Stop using preprocessor flag Sidecar19-SE
  • Loading branch information
pshipton committed Feb 1, 2024
2 parents d37a5ac + 57eb159 commit 2ee2554
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions closed/src/java.rmi/share/classes/module-info.java.extra
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <http://www.gnu.org/licenses/>.
*
*
* ===========================================================================
*/
module java.rmi {
uses com.ibm.sharedclasses.spi.SharedClassProvider;
}
}

0 comments on commit 2ee2554

Please sign in to comment.