@@ -1714,7 +1714,7 @@ public Builder testUI(PanelCreator panelCreator) {
1714
1714
*
1715
1715
* @throws IllegalStateException if a {@code PanelCreator} is
1716
1716
* already set
1717
- * @throws IllegalArgumentException if {panelCreator} is {@code null}
1717
+ * @throws IllegalArgumentException if {@code panelCreator} is {@code null}
1718
1718
*/
1719
1719
public Builder splitUI (PanelCreator panelCreator ) {
1720
1720
return splitUIRight (panelCreator );
@@ -1731,7 +1731,7 @@ public Builder splitUI(PanelCreator panelCreator) {
1731
1731
*
1732
1732
* @throws IllegalStateException if a {@code PanelCreator} is
1733
1733
* already set
1734
- * @throws IllegalArgumentException if {panelCreator} is {@code null}
1734
+ * @throws IllegalArgumentException if {@code panelCreator} is {@code null}
1735
1735
*/
1736
1736
public Builder splitUIRight (PanelCreator panelCreator ) {
1737
1737
return splitUI (panelCreator , JSplitPane .HORIZONTAL_SPLIT );
@@ -1748,7 +1748,7 @@ public Builder splitUIRight(PanelCreator panelCreator) {
1748
1748
*
1749
1749
* @throws IllegalStateException if a {@code PanelCreator} is
1750
1750
* already set
1751
- * @throws IllegalArgumentException if {panelCreator} is {@code null}
1751
+ * @throws IllegalArgumentException if {@code panelCreator} is {@code null}
1752
1752
*/
1753
1753
public Builder splitUIBottom (PanelCreator panelCreator ) {
1754
1754
return splitUI (panelCreator , JSplitPane .VERTICAL_SPLIT );
@@ -1764,7 +1764,7 @@ public Builder splitUIBottom(PanelCreator panelCreator) {
1764
1764
*
1765
1765
* @throws IllegalStateException if a {@code PanelCreator} is
1766
1766
* already set
1767
- * @throws IllegalArgumentException if {panelCreator} is {@code null}
1767
+ * @throws IllegalArgumentException if {@code panelCreator} is {@code null}
1768
1768
*/
1769
1769
private Builder splitUI (PanelCreator panelCreator ,
1770
1770
int splitUIOrientation ) {
0 commit comments