Skip to content

Commit

Permalink
Add final modifier
Browse files Browse the repository at this point in the history
Co-authored-by: Lam Tran <[email protected]>
  • Loading branch information
salander85 and lojzatran authored Dec 4, 2023
1 parent 7d42270 commit 3bee96f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private CompletionStage<Void> syncOrKeepTrack(
final Set<String> missingReferencedProductKeys =
getMissingReferencedProductKeys(newDraft, keyToIdCache);

boolean selfReferenceExists =
final boolean selfReferenceExists =
missingReferencedProductKeys.remove(newDraft.getKey());

if (!missingReferencedProductKeys.isEmpty()) {
Expand Down

0 comments on commit 3bee96f

Please sign in to comment.