--- old/src/jdk.jconsole/share/classes/com/sun/tools/jconsole/JConsolePlugin.java 2015-09-24 14:38:30.925755197 +0300 +++ new/src/jdk.jconsole/share/classes/com/sun/tools/jconsole/JConsolePlugin.java 2015-09-24 14:38:30.565755205 +0300 @@ -54,7 +54,7 @@ *
  * jconsole -pluginpath <plugin-path> 
* - *

where <plugin-path> specifies the paths of JConsole + *

where {@code } specifies the paths of JConsole * plugins to look up which can be a directory or a jar file. Multiple * paths are separated by the path separator character of the platform. * @@ -106,7 +106,7 @@ /** * Returns the {@link JConsoleContext JConsoleContext} object representing - * the connection to an application. This method may return null + * the connection to an application. This method may return {@code null} * if it is called before the {@link #setContext context} is initialized. * * @return the {@link JConsoleContext JConsoleContext} object representing @@ -146,24 +146,24 @@ * method to schedule the returned {@code SwingWorker} for execution * if: *

*
- * Otherwise, SwingWorker object will not be scheduled to work. + * Otherwise, {@code SwingWorker} object will not be scheduled to work. * *

* A plugin can schedule its own GUI update and this method - * will return null. + * will return {@code null}. * - * @return a SwingWorker to perform the GUI update; or - * null. + * @return a {@code SwingWorker} to perform the GUI update; or + * {@code null}. */ public abstract SwingWorker newSwingWorker();