Skip to content

Commit 0fee2a7

Browse files
committed
fixed a linter issue
1 parent ceb4824 commit 0fee2a7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.tools/weathertop/backend/src/main/java/com/weathertop/lambda/HandlerHistoricalSDK.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
13
package com.weathertop.lambda;
24

35
import com.amazonaws.services.lambda.runtime.Context;

.tools/weathertop/backend/src/main/java/com/weathertop/service/EventBridgeScheduler.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package com.weathertop.service;
25

36
import software.amazon.awssdk.regions.Region;

0 commit comments

Comments
 (0)