Skip to content

Commit

Permalink
fix code check
Browse files Browse the repository at this point in the history
  • Loading branch information
chak-shing-lo-justice committed Dec 9, 2024
1 parent af9cf37 commit 8026175
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AccessLevel;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.extern.jackson.Jacksonized;
import org.apache.commons.lang3.ObjectUtils;
import uk.gov.hmcts.reform.fpl.enums.AddressNotKnowReason;
Expand Down Expand Up @@ -168,6 +166,7 @@ public static class OtherBuilder {
// Flag for preventing from purging the converted old field value during deserialization
// if addressKnowV2 is null
private boolean isConvertedAddressKnow = false;

/** <h2>Deprecated. use addressKnowV2 instead</h2>
* <h3>This builder method will convert the old addressKnow field to addressKnowV2 during deserialization</h3>
* <p>Was having ElasticSearch initialisation exception during the release:
Expand Down

0 comments on commit 8026175

Please sign in to comment.