Skip to content

Commit afa1039

Browse files
convertOssToW3C marked by Nullable
1 parent b694856 commit afa1039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openqa/selenium/remote/NewSessionPayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public Object setValue(Object value) {
428428
return Stream.concat(fromOss, fromW3c).distinct();
429429
}
430430

431-
private Map<String, Object> convertOssToW3C(Map<String, Object> capabilities) {
431+
private @Nullable Map<String, Object> convertOssToW3C(Map<String, Object> capabilities) {
432432
if (capabilities == null) {
433433
return null;
434434
}

0 commit comments

Comments
 (0)