-
Bug
-
Resolution: Fixed
-
P4
-
20
-
b18
Suggestion to modify the javadoc for SunToolKit.realsSync:
- * Parameterless version of realsync which uses default timeout (see DEFAULT_WAIT_TIME).
+ * Parameterless version of realsync which uses the {@link #DEFAULT_WAIT_TIME default timeout}.
Or alternatively to
Parameterless version of {@code realsSync} which uses the default timeout of {@link #DEFAULT_WAIT_TIME}.
https://github.com/openjdk/jdk/pull/8328#discussion_r977107022
- * Parameterless version of realsync which uses default timeout (see DEFAULT_WAIT_TIME).
+ * Parameterless version of realsync which uses the {@link #DEFAULT_WAIT_TIME default timeout}.
Or alternatively to
Parameterless version of {@code realsSync} which uses the default timeout of {@link #DEFAULT_WAIT_TIME}.
https://github.com/openjdk/jdk/pull/8328#discussion_r977107022
- relates to
-
JDK-8294807 Fix typos and clarify doc comment for SunToolKit.realSync
-
- Open
-