@@ -91,7 +91,7 @@ public class AndroidMobileCommandHelper extends MobileCommand {
91
91
return Map .entry (GET_PERFORMANCE_DATA , Map .of (
92
92
"packageName" , packageName ,
93
93
"dataType" , dataType ,
94
- "dataReadTimeout" , dataReadTimeout
94
+ "dataReadTimeout" , dataReadTimeout
95
95
));
96
96
}
97
97
@@ -201,7 +201,7 @@ public class AndroidMobileCommandHelper extends MobileCommand {
201
201
* @return a key-value pair. The key is the command name. The value is a {@link Map} command arguments.
202
202
*/
203
203
@ Deprecated
204
- public static Map .Entry <String , Map <String , ?>> replaceElementValueCommand (
204
+ public static Map .Entry <String , Map <String , ?>> replaceElementValueCommand (
205
205
RemoteWebElement remoteWebElement , String value ) {
206
206
return Map .entry (REPLACE_VALUE , Map .of (
207
207
"id" , remoteWebElement .getId (),
@@ -241,7 +241,7 @@ public class AndroidMobileCommandHelper extends MobileCommand {
241
241
String phoneNumber , GsmCallActions gsmCallActions ) {
242
242
return Map .entry (GSM_CALL , Map .of (
243
243
"phoneNumber" , phoneNumber ,
244
- "action" , gsmCallActions .name ().toLowerCase ()
244
+ "action" , gsmCallActions .name ().toLowerCase ()
245
245
));
246
246
}
247
247
0 commit comments