We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd7282 commit 4c14fecCopy full SHA for 4c14fec
aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/MSKFirehoseEvent.java
@@ -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
+
6
package com.amazonaws.services.lambda.runtime.events;
7
8
import java.nio.ByteBuffer;
@@ -9,10 +14,6 @@
9
14
import lombok.Data;
10
15
import lombok.NoArgsConstructor;
11
16
12
-/**
13
- * Created by vermshas on 6/28/24.
- */
-
17
@Data
18
@Builder(setterPrefix = "with")
19
@NoArgsConstructor
0 commit comments