#1313 - Polishing.

This commit is contained in:
Greg L. Turnquist
2020-06-26 11:05:30 -05:00
parent 27fe7de1c9
commit 153caeab18

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