Skip to content

Commit b4a0bd0

Browse files
committed
license
1 parent 44789d0 commit b4a0bd0

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/ErrorInUserFunctionException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.confluent.parallelconsumer;
22

33
/*-
4-
* Copyright (C) 2020-2021 Confluent, Inc.
4+
* Copyright (C) 2020-2022 Confluent, Inc.
55
*/
66

77
/**

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/ParallelConsumerException.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package io.confluent.parallelconsumer;
22

3+
/*-
4+
* Copyright (C) 2020-2022 Confluent, Inc.
5+
*/
6+
37

48
/**
59
* Generic Parallel Consumer {@link RuntimeException} parent.

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/internal/ParallelConsumerInternalException.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package io.confluent.parallelconsumer.internal;
22

3+
/*-
4+
* Copyright (C) 2020-2022 Confluent, Inc.
5+
*/
6+
37
/**
48
* Generic Parallel Consumer parent exception.
59
*/

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/internal/ProducerManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.confluent.parallelconsumer.internal;
22

33
/*-
4-
* Copyright (C) 2020-2021 Confluent, Inc.
4+
* Copyright (C) 2020-2022 Confluent, Inc.
55
*/
66

77
import io.confluent.csid.utils.TimeUtils;

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/offsets/EncodingNotSupportedException.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package io.confluent.parallelconsumer.offsets;
22

3+
/*-
4+
* Copyright (C) 2020-2022 Confluent, Inc.
5+
*/
6+
37
import io.confluent.parallelconsumer.internal.ParallelConsumerInternalException;
48

59
/*-

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/offsets/NoEncodingPossibleException.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package io.confluent.parallelconsumer.offsets;
22

3+
/*-
4+
* Copyright (C) 2020-2022 Confluent, Inc.
5+
*/
6+
37
import io.confluent.parallelconsumer.internal.ParallelConsumerInternalException;
48

59
public class NoEncodingPossibleException extends ParallelConsumerInternalException {

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/offsets/OffsetEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.confluent.parallelconsumer.offsets;
22

33
/*-
4-
* Copyright (C) 2020-2021 Confluent, Inc.
4+
* Copyright (C) 2020-2022 Confluent, Inc.
55
*/
66

77
import lombok.SneakyThrows;

parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/offsets/OffsetSimultaneousEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.confluent.parallelconsumer.offsets;
22

33
/*-
4-
* Copyright (C) 2020-2021 Confluent, Inc.
4+
* Copyright (C) 2020-2022 Confluent, Inc.
55
*/
66

77
import io.confluent.parallelconsumer.state.WorkManager;

0 commit comments

Comments
 (0)