jdk/src/share/classes/java/awt/Dialog.java
changeset 20172 f48935a247ec
parent 16103 c9ffd920e3f0
child 21278 ef8a3a2a72f2
--- a/jdk/src/share/classes/java/awt/Dialog.java	Thu Sep 26 10:48:56 2013 +0200
+++ b/jdk/src/share/classes/java/awt/Dialog.java	Thu Sep 26 16:10:36 2013 +0400
@@ -61,7 +61,7 @@
  * <p>
  * The default layout for a dialog is <code>BorderLayout</code>.
  * <p>
- * A dialog may have its native decorations (i.e. Frame & Titlebar) turned off
+ * A dialog may have its native decorations (i.e. Frame &amp; Titlebar) turned off
  * with <code>setUndecorated</code>.  This can only be done while the dialog
  * is not {@link Component#isDisplayable() displayable}.
  * <p>