Skip to content

Commit e8108ac

Browse files
remove comment
1 parent bf6b14a commit e8108ac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/main/java/io/appium/java_client/remote/NewAppiumSessionPayload.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,7 @@ public void writeTo(Appendable appendable) throws IOException {
270270

271271
json.name(ALWAYS_MATCH);
272272
json.write(first);
273-
274-
// Then write everything into the w3c payload. Because of the way we do this, it's easiest
275-
// to just populate the "firstMatch" section. The spec says it's fine to omit the
276-
// "alwaysMatch" field, so we do this.
273+
277274
json.name(FIRST_MATCH);
278275
json.beginArray();
279276
//noinspection unchecked
@@ -547,4 +544,4 @@ private Map<String, Object> applyTransforms(Map<String, Object> caps) {
547544
}
548545
return toReturn;
549546
}
550-
}
547+
}

0 commit comments

Comments
 (0)