You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not only does this mean eventVersion is missing from the string representation, but if eventSourceARN is null, toString will always throw a NullPointerException.
The text was updated successfully, but these errors were encountered:
com.amazonaws.services.lambda.runtime.events.KinesisEvent.KinesisEventRecord#toString checks if
eventVersion
isnull
and then printseventSourceARN
a second time.Not only does this mean
eventVersion
is missing from the string representation, but ifeventSourceARN
isnull
,toString
will always throw aNullPointerException
.The text was updated successfully, but these errors were encountered: