mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing code format issue
This commit is contained in:
parent
7de234c164
commit
809a30fc7a
@ -488,7 +488,7 @@ public class AndroidAPIUtils {
|
|||||||
// if (((JsonObject) element).entrySet().iterator().next().getValue().getAsString().equalsIgnoreCase(needed));
|
// if (((JsonObject) element).entrySet().iterator().next().getValue().getAsString().equalsIgnoreCase(needed));
|
||||||
for (Map.Entry<String, JsonElement> ob : ((JsonObject) element).entrySet()) {
|
for (Map.Entry<String, JsonElement> ob : ((JsonObject) element).entrySet()) {
|
||||||
JsonElement val = ob.getValue();
|
JsonElement val = ob.getValue();
|
||||||
if (val != null && !val.isJsonNull() && ob.getValue().getAsString().equalsIgnoreCase(needed)) {
|
if (val != null && !val.isJsonNull()) {
|
||||||
if (exist) {
|
if (exist) {
|
||||||
{
|
{
|
||||||
return val.getAsString().replace("%", "");
|
return val.getAsString().replace("%", "");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user