We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747df87 commit 70b4429Copy full SHA for 70b4429
src/main/java/io/tpd/quboo/sonarplugin/pojos/Paging.java
@@ -21,7 +21,7 @@ public class Paging {
21
@JsonProperty("total")
22
private Integer total;
23
@JsonIgnore
24
- private Map<String, Object> additionalProperties = new HashMap<String, Object>();
+ private Map<String, Object> additionalProperties = new HashMap<>();
25
26
/**
27
* @return The pageIndex
0 commit comments