From ebd5b6f50985822aa9b6431d78d70042652bf4e8 Mon Sep 17 00:00:00 2001 From: Hongxin Liang Date: Wed, 27 Sep 2023 21:04:39 +0200 Subject: [PATCH] . Signed-off-by: Hongxin Liang --- .../flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java | 2 +- .../src/test/java/org/flyte/flytekit/SdkStructTest.java | 2 +- .../src/test/java/org/flyte/utils/FlyteSandboxNetwork.java | 2 +- .../main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java | 2 +- .../org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java | 2 +- .../flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java | 2 +- .../src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java index 14240b787..d33daaadd 100644 --- a/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java +++ b/flytekit-jackson/src/main/java/org/flyte/flytekit/jackson/AutoValueAnnotationIntrospector.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java index d1a967e76..16cb9c23d 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkNodeMetadataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java b/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java index 2e7e5197d..237ccb54d 100644 --- a/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java +++ b/flytekit-java/src/test/java/org/flyte/flytekit/SdkStructTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java index 50abe4d29..4ecb5688f 100644 --- a/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java +++ b/integration-tests/src/test/java/org/flyte/utils/FlyteSandboxNetwork.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java index 243dda836..5c3e7c1a5 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java index 3db6561fb..dbeafda30 100644 --- a/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java +++ b/jflyte-google-cloud/src/main/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java index df5a18b71..43deeebcd 100644 --- a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java +++ b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceFactoryRegistrarTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java index f7e8f7c77..0392a38ec 100644 --- a/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java +++ b/jflyte-google-cloud/src/test/java/org/flyte/jflyte/gcp/GcpTokenSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Flyte Authors + * Copyright 2021 Flyte Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.