Skip to content

Commit 5a2ecc5

Browse files
DESKTOP-K2S82JC\Antondarrachequesne
authored andcommitted
feat: update DataTablesInput class to non-final class (#1)
1 parent 5b6487d commit 5a2ecc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/mongodb/datatables/DataTablesInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import static java.util.stream.Collectors.toMap;
1616

1717
@Data
18-
public final class DataTablesInput {
18+
public class DataTablesInput {
1919

2020
/**
2121
* Draw counter. This is used by DataTables to ensure that the Ajax returns from server-side

0 commit comments

Comments
 (0)