Skip to content

Commit a6ee50d

Browse files
javier-godoypaodb
authored andcommitted
docs: remove unused param in javadoc
1 parent 0608610 commit a6ee50d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/flowingcode/vaadin/addons/imagecrop/ImageCrop.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ public void setCrop(Crop crop) {
140140

141141
/**
142142
* Gets the crop dimensions.
143-
*
144-
* @param crop the current crop dimensions
145143
*/
146144
public Crop getCrop() {
147145
return getState("crop", Crop.class);

0 commit comments

Comments
 (0)