#1315 - Polishing.

Related issue: #1313.
This commit is contained in:
Greg L. Turnquist
2020-06-26 11:05:30 -05:00
parent 876e0518a4
commit 70b5dc3c40

View File

@@ -151,7 +151,7 @@ public class Problem {
Assert.notNull(properties, "Properties must not be null!");
return new ExtendedProblem<Map<String, Object>>(type, title, status, detail, instance, properties);
return new ExtendedProblem<>(type, title, status, detail, instance, properties);
}
@Nullable