Skip to content

Commit 999a08e

Browse files
author
Ivo Anastácio
committed
Fix name for pad_resize_to_fit function
1 parent c9c7a92 commit 999a08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blitline-image-client/src/main/java/com/blitline/image/functions/PadResizeToFit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class PadResizeToFit extends AbstractFunction {
88

99
@Override
1010
public String getName() {
11-
return "pad";
11+
return "pad_resize_to_fit";
1212
}
1313

1414
public PadResizeToFit(int width, int height) {

0 commit comments

Comments
 (0)