Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Feb 6, 2025
1 parent ba7f3a3 commit 6d9382b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import io.helidon.json.binding.Json;

@Json.Entity
public record RecordWithArray(Integer[] intArray, Integer[][] intArray2) {
//public record RecordWithArray(Integer[] intArray) {
//public record RecordWithArray(Integer[] intArray, Integer[][] intArray2) {
public record RecordWithArray(Integer[] intArray) {
}

0 comments on commit 6d9382b

Please sign in to comment.