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 c789467 commit b6ad61cCopy full SHA for b6ad61c
1 file changed
src/test/java/com/retailsvc/http/support/SpecFixtures.java
@@ -56,7 +56,6 @@ private static Map<String, Object> parse(InputStream in) {
56
}
57
58
59
- @SuppressWarnings("unchecked")
60
private static Map<String, Object> deepClone(Map<String, Object> in) {
61
Map<String, Object> out = new LinkedHashMap<>(in.size());
62
for (var e : in.entrySet()) {
0 commit comments