mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
Retrieve messages from the database in raw form to avoid creating unnecessary short-lived objects. Added timestamps to headers.
This commit is contained in:
@@ -17,7 +17,7 @@ import net.sf.briar.api.i18n.Stri18ng;
|
||||
import net.sf.briar.ui.wizard.Wizard;
|
||||
import net.sf.briar.ui.wizard.WizardPanel;
|
||||
|
||||
public class PasswordPanel extends WizardPanel {
|
||||
class PasswordPanel extends WizardPanel {
|
||||
|
||||
private static final long serialVersionUID = -1012132977732308293L;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import net.sf.briar.api.i18n.I18n;
|
||||
import net.sf.briar.api.i18n.Stri18ng;
|
||||
import net.sf.briar.ui.wizard.DirectoryChooserPanel;
|
||||
|
||||
public class LocationPanel extends DirectoryChooserPanel {
|
||||
class LocationPanel extends DirectoryChooserPanel {
|
||||
|
||||
private static final long serialVersionUID = -8831098591612528860L;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import net.sf.briar.api.i18n.I18n;
|
||||
import net.sf.briar.api.i18n.Stri18ng;
|
||||
import net.sf.briar.ui.wizard.Wizard;
|
||||
|
||||
public class SetupWizard extends Wizard {
|
||||
class SetupWizard extends Wizard {
|
||||
|
||||
private static int WIDTH = 400, HEIGHT = 300;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user