Skip to content

Commit

Permalink
Packet stuck at validate packet stage in qa-trinity after doing updat…
Browse files Browse the repository at this point in the history
…e uin in resident service.

Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 committed Dec 31, 2023
1 parent 7cce66a commit 218c068
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ public static RegAbisRefEntity convertRegAbisRefToEntity(RegAbisRefDto regAbisRe
* @return the json values
*/

private static String getJsonValues(JsonValue[] jsonNode, String language) {
String value = null;
if (jsonNode != null) {
for (int i = 0; i < jsonNode.length; i++) {
if (jsonNode[i].getLanguage().equals(language)) {
value = jsonNode[i].getValue();
}
}
}
return value;
}
private static String getJsonValues(JsonValue[] jsonNode, String language,boolean istrim) {
String value = null;
if (jsonNode != null) {
Expand Down

0 comments on commit 218c068

Please sign in to comment.