mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Removed unnecessary braces.
This commit is contained in:
parent
809a30fc7a
commit
bd2ded8563
@ -490,9 +490,7 @@ public class AndroidAPIUtils {
|
|||||||
JsonElement val = ob.getValue();
|
JsonElement val = ob.getValue();
|
||||||
if (val != null && !val.isJsonNull()) {
|
if (val != null && !val.isJsonNull()) {
|
||||||
if (exist) {
|
if (exist) {
|
||||||
{
|
return val.getAsString().replace("%", "");
|
||||||
return val.getAsString().replace("%", "");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (val.getAsString().equalsIgnoreCase(needed)) {
|
if (val.getAsString().equalsIgnoreCase(needed)) {
|
||||||
exist = true;
|
exist = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user