mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2026-03-22 05:31:35 +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.