Skip to content

Commit

Permalink
gh-2859 typo fix (#2860)
Browse files Browse the repository at this point in the history
Co-authored-by: GCHQDev404 <GCHQDev404@users.noreply.github.com>
  • Loading branch information
GCHQDev404 and GCHQDev404 committed Feb 3, 2023
1 parent 6dec6bf commit 9ff3555
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 Crown Copyright
* Copyright 2017-2023 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -442,7 +442,7 @@ private boolean addFedStoreIdToOperation(final Operation operation) {
operation.addOption(keyForFedStoreId, getValueForProcessedFedStoreId());

// 4) return if the ID was found.
isFedStoreIdPreexisting = doesFedStoreIDOptionHaveContent || doesFedStoreIDOptionHaveContent;
isFedStoreIdPreexisting = doesFedStoreIDOptionHaveContent || doesPayloadHavePreexistingFedStoreId;
}
return isFedStoreIdPreexisting;
}
Expand Down

0 comments on commit 9ff3555

Please sign in to comment.