Warning: session_start(): open(/var/lib/php/sessions/sess_9khqc46brv9flrkb6clerde0n3, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static AutoCloseable tempDisableAndRenameButton(S newName, final JButton b) {
if (b == null) null;
AutoCloseable temp1 = tempDisableButton(b);
AutoCloseable temp2 = tempRenameButton(newName, b);
ret combineAutoCloseables(temp1, temp2);
}