Skip to content

Commit 45f9b04

Browse files
committed
added review comment
1 parent a6cbfbb commit 45f9b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powertools-serialization/src/main/java/software/amazon/lambda/powertools/utilities/EventDeserializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class EventDeserializer implements Resource{
6262
/*
6363
* Base64 encoding of: {"id":1234,"name":"product","price":42}
6464
* Used in priming of Kafka, ActiveMQ, RabbitMQ events
65-
*/
65+
*/
6666
public static final String DATA = "eyJpZCI6MTIzNCwgIm5hbWUiOiJwcm9kdWN0IiwgInByaWNlIjo0Mn0=";
6767

6868
static {

0 commit comments

Comments
 (0)