Skip to content

Commit 5d72c14

Browse files
committed
Fix CI issue
1 parent da33ed0 commit 5d72c14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/bugsnag/serialization/Serializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ public class Serializer {
1313
/**
1414
* Constructor.
1515
*/
16-
@SuppressWarnings("deprecation") // Use deprecated method to ensure we don't break with older versions of jackson
16+
// Use deprecated method to ensure we don't break with older versions of jackson
17+
@SuppressWarnings("deprecation")
1718
public Serializer() {
1819
mapper
1920
.setSerializationInclusion(JsonInclude.Include.NON_EMPTY)

0 commit comments

Comments
 (0)