We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6fdad commit f4762c3Copy full SHA for f4762c3
src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -209,7 +209,7 @@ public class SystemUtils {
209
*
210
* @see SystemProperties#getJavaCompiler()
211
* @since Java 1.2. Not used in Sun versions after 1.2.
212
- * @deprecated Deprecated without replacement.
+ * @deprecated Deprecated without replacement; see https://bugs.openjdk.org/browse/JDK-8305998
213
*/
214
@Deprecated
215
public static final String JAVA_COMPILER = SystemProperties.getJavaCompiler();
0 commit comments