mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
More unit tests.
This commit is contained in:
@@ -7,6 +7,8 @@ import net.sf.briar.api.setup.SetupParameters;
|
||||
|
||||
class SetupParametersImpl implements SetupParameters {
|
||||
|
||||
private static final int EXE_HEADER_SIZE = 62976;
|
||||
|
||||
private final LocationPanel locationPanel;
|
||||
private final FontManager fontManager;
|
||||
|
||||
@@ -22,4 +24,8 @@ class SetupParametersImpl implements SetupParameters {
|
||||
public String[] getBundledFontFilenames() {
|
||||
return fontManager.getBundledFontFilenames();
|
||||
}
|
||||
|
||||
public long getExeHeaderSize() {
|
||||
return EXE_HEADER_SIZE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user