Skip to content

Commit 8199e9d

Browse files
committed
fix javadoc
1 parent 97171b5 commit 8199e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/main/java/io/sentry/util/JsonSerializationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public final class JsonSerializationUtils {
7474
* @param serializer the serializer
7575
* @param logger the logger
7676
* @param serializable the serializable object
77-
* @return the size in bytes, or -1 if serialization fails
77+
* @return the size in bytes, or 0 if serialization fails
7878
*/
7979
public static long byteSizeOf(
8080
final @NotNull ISerializer serializer,

0 commit comments

Comments
 (0)