Skip to content

Commit 779418b

Browse files
author
Chris Paul
committed
Fix JavaDoc
1 parent df0453f commit 779418b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/hellosign/sdk/resource/support/CustomField.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public Integer getWidth() {
224224
/**
225225
* Sets the pixel height for this field.
226226
*
227-
* @param int pixel height
227+
* @param width int pixel height
228228
*/
229229
public void setWidth(int width) {
230230
set(CUSTOM_FIELD_WIDTH, width);
@@ -242,7 +242,7 @@ public Integer getHeight() {
242242
/**
243243
* Sets the pixel height for this field.
244244
*
245-
* @param int pixel height
245+
* @param height int pixel height
246246
*/
247247
public void setHeight(int height) {
248248
set(CUSTOM_FIELD_HEIGHT, height);

0 commit comments

Comments
 (0)