jdk/src/java.desktop/share/classes/javax/swing/plaf/BorderUIResource.java
changeset 38986 5b96e2b155eb
parent 30451 d28ee90b36ea
--- a/jdk/src/java.desktop/share/classes/javax/swing/plaf/BorderUIResource.java	Thu May 19 16:45:58 2016 +0530
+++ b/jdk/src/java.desktop/share/classes/javax/swing/plaf/BorderUIResource.java	Fri May 20 10:48:48 2016 +0300
@@ -160,7 +160,7 @@
     public static class EmptyBorderUIResource extends EmptyBorder implements UIResource {
 
         /**
-         * Constructs a {@code EmptyBorderUIResource}.
+         * Constructs an {@code EmptyBorderUIResource}.
          * @param top the top inset of the border
          * @param left the left inset of the border
          * @param bottom the bottom inset of the border
@@ -170,7 +170,7 @@
             super(top, left, bottom, right);
         }
         /**
-         * Constructs a {@code EmptyBorderUIResource}.
+         * Constructs an {@code EmptyBorderUIResource}.
          * @param insets the insets of the border
          */
         @ConstructorProperties({"borderInsets"})