commenting fix

This commit is contained in:
Greg DiCristofaro 2020-04-03 10:46:54 -04:00
parent 3c0c42eb65
commit 1c8aadf9ff

View File

@ -91,8 +91,10 @@ public class WrapLayout implements LayoutManager, java.io.Serializable {
}
/**
* Constructs a new <code>WrapLayout</code> with a left alignment and a
* default 0-unit horizontal and vertical gap.
* Constructs a new <code>WrapLayout</code> with a left alignment.
*
* @param vgap The vertical gap spacing between rows of components.
* @param hgap The horizontal gap spacing between components.
*/
public WrapLayout(int vgap, int hgap) {
this.vgap = vgap;