Closed jiechic closed 4 years ago
LGTM
Maybe a ternary operator here looks better.
final ArrayList<String> individualCookieStrings = allCookiesString == null ? new ArrayList<>() : new ArrayList<>(Arrays.asList(allCookiesString.split(";")));
You have to update
@rodruiz Updated to the ternary operator New version already available
@rodruiz Updated to the ternary operator New version already available
Two definitions, no errors in the compilation process?
Oy shit) will fix, thx @jiechic
fix if cookie is null will throw exception