Skip to content

Commit 70b4429

Browse files
committed
Removing type
1 parent 747df87 commit 70b4429

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/tpd/quboo/sonarplugin/pojos

1 file changed

+1
-1
lines changed

src/main/java/io/tpd/quboo/sonarplugin/pojos/Paging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Paging {
2121
@JsonProperty("total")
2222
private Integer total;
2323
@JsonIgnore
24-
private Map<String, Object> additionalProperties = new HashMap<String, Object>();
24+
private Map<String, Object> additionalProperties = new HashMap<>();
2525

2626
/**
2727
* @return The pageIndex

0 commit comments

Comments
 (0)