diff --git a/examples/src/main/java/io/dapr/examples/pubsub/grpc/BulkSubscriberGrpcService.java b/examples/src/main/java/io/dapr/examples/pubsub/grpc/BulkSubscriberGrpcService.java index f095ec71a..5422f5be7 100644 --- a/examples/src/main/java/io/dapr/examples/pubsub/grpc/BulkSubscriberGrpcService.java +++ b/examples/src/main/java/io/dapr/examples/pubsub/grpc/BulkSubscriberGrpcService.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 The Dapr Authors + * Copyright 2023 The Dapr Authors * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -62,4 +62,4 @@ public void onBulkTopicEventAlpha1(io.dapr.v1.DaprAppCallbackProtos.TopicEventBu } } -} \ No newline at end of file +}