mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2026-02-05 02:07:23 +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.