--- old/src/share/classes/java/awt/SystemTray.java 2013-09-23 12:23:21.785168996 +0400 +++ new/src/share/classes/java/awt/SystemTray.java 2013-09-23 12:23:21.673169000 +0400 @@ -63,8 +63,8 @@ * *

The following code snippet demonstrates how to access * and customize the system tray: - * *

+ * 
  *     {@link TrayIcon} trayIcon = null;
  *     if (SystemTray.isSupported()) {
  *         // get the SystemTray instance
@@ -109,8 +109,8 @@
  *         trayIcon.{@link TrayIcon#setImage(java.awt.Image) setImage}(updatedImage);
  *     }
  *     // ...
- * 
* + * * * @since 1.6 * @see TrayIcon