Skip to content

Commit f696b1e

Browse files
committed
Upgrade to Gradle 8.4
1 parent 1de7547 commit f696b1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common/src/main/java/com/bakdata/dedupe/fusion/ConflictResolutionFusion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2019 bakdata GmbH
4+
* Copyright (c) 2025 bakdata
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -51,12 +51,12 @@ public class ConflictResolutionFusion<R> implements Fusion<R> {
5151
* #getSources()}.
5252
*/
5353
@NonNull
54-
Function<@NonNull R, String> sourceExtractor;
54+
Function<R, String> sourceExtractor;
5555
/**
5656
* A function that extract the last modification timestamp of a record. Useful for time-based resolutions.
5757
*/
5858
@NonNull
59-
Function<@NonNull R, @NonNull LocalDateTime> lastModifiedExtractor;
59+
Function<R, LocalDateTime> lastModifiedExtractor;
6060
/**
6161
* The list of possible sources. Superfluous sources are ignored.
6262
*/

0 commit comments

Comments
 (0)