8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description
authorpsadhukhan
Fri, 28 Sep 2018 09:17:24 +0530
changeset 52238 b5afdf0bbd9e
parent 52237 170e876d529c
child 52239 80b2fa2bf60b
8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description Reviewed-by: serb
src/java.desktop/share/classes/java/awt/GridBagLayout.java
--- a/src/java.desktop/share/classes/java/awt/GridBagLayout.java	Thu Sep 27 11:46:28 2018 -0700
+++ b/src/java.desktop/share/classes/java/awt/GridBagLayout.java	Fri Sep 28 09:17:24 2018 +0530
@@ -84,7 +84,7 @@
  *
  * Use {@code GridBagConstraints.RELATIVE} to specify
  * that the component's display area will be from {@code gridx}
- * to the next to the last cell in its row (for {@code gridwidth}
+ * to the next to the last cell in its row (for {@code gridwidth})
  * or from {@code gridy} to the next to the last cell in its
  * column (for {@code gridheight}).
  *