Skip to content

Commit 4c14fec

Browse files
authored
Update MSKFirehoseEvent.java
added copyright text.
1 parent 6fd7282 commit 4c14fec

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/MSKFirehoseEvent.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package com.amazonaws.services.lambda.runtime.events;
27

38
import java.nio.ByteBuffer;
@@ -9,10 +14,6 @@
914
import lombok.Data;
1015
import lombok.NoArgsConstructor;
1116

12-
/**
13-
* Created by vermshas on 6/28/24.
14-
*/
15-
1617
@Data
1718
@Builder(setterPrefix = "with")
1819
@NoArgsConstructor

0 commit comments

Comments
 (0)