Skip to content

Commit f4762c3

Browse files
committed
Javadoc
1 parent 8b6fdad commit f4762c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/SystemUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public class SystemUtils {
209209
*
210210
* @see SystemProperties#getJavaCompiler()
211211
* @since Java 1.2. Not used in Sun versions after 1.2.
212-
* @deprecated Deprecated without replacement.
212+
* @deprecated Deprecated without replacement; see https://bugs.openjdk.org/browse/JDK-8305998
213213
*/
214214
@Deprecated
215215
public static final String JAVA_COMPILER = SystemProperties.getJavaCompiler();

0 commit comments

Comments
 (0)