File tree Expand file tree Collapse file tree
common/src/main/java/com/bakdata/dedupe/fusion Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments