We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da33ed0 commit 5d72c14Copy full SHA for 5d72c14
1 file changed
src/main/java/com/bugsnag/serialization/Serializer.java
@@ -13,7 +13,8 @@ public class Serializer {
13
/**
14
* Constructor.
15
*/
16
- @SuppressWarnings("deprecation") // Use deprecated method to ensure we don't break with older versions of jackson
+ // Use deprecated method to ensure we don't break with older versions of jackson
17
+ @SuppressWarnings("deprecation")
18
public Serializer() {
19
mapper
20
.setSerializationInclusion(JsonInclude.Include.NON_EMPTY)
0 commit comments