Clean up warnings related to deprecated HttpStatus values, etc.

This commit is contained in:
Sam Brannen
2025-09-02 12:50:57 +02:00
parent 521764e68b
commit 6dc5bf7634
20 changed files with 37 additions and 35 deletions
@@ -134,20 +134,16 @@ class ResourceElementResolverMethodTests {
private String one;
private String test;
private Integer count;
public void setOne(String one) {
this.one = one;
}
public void setTest(String test) {
this.test = test;
// no-op
}
public void setCount(Integer count) {
this.count = count;
// no-op
}
}