mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2026-05-09 16:31:37 +00:00
Checking `timezone != null & !timezone.isEmpty()` will result in a `NullPointerException` when `timezone` is null, as the `&` ensures `timezone.isEmpty()` will run in all cases.