Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Sep 6, 2024
1 parent dc2a544 commit 01f5247
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2021, 2022 IBM Corporation and others.
* Copyright (c) 2021, 2024 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ public class CleanUpConstants {
*
* @see CleanUpOptions#TRUE
* @see CleanUpOptions#FALSE
* @since 4.20
* @since 4.30
*/
public static final String CONSTANTS_FOR_SYSTEM_PROPERTY_JAVA_RUNTIME_VERSION= "cleanup.system_property_javaversion"; //$NON-NLS-1$
/**
Expand All @@ -1137,7 +1137,7 @@ public class CleanUpConstants {
*
* @see CleanUpOptions#TRUE
* @see CleanUpOptions#FALSE
* @since 4.20
* @since 4.30
*/
public static final String CONSTANTS_FOR_SYSTEM_PROPERTY_JAVA_SPECIFICATION_VERSION= "cleanup.system_property_javaspecversion"; //$NON-NLS-1$
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public enum UpdateProperty {
* Change
* <code>System.getProperty("java.runtime.version");</code>
* to
* <code>Runtime.version().toString();</code>
* <code>Runtime.version().feature();</code>
*/
JAVA_SPEC_VERSION("java.specification.version", //$NON-NLS-1$
Runtime.class,
Expand Down

0 comments on commit 01f5247

Please sign in to comment.