mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Minor code cleanups.
This commit is contained in:
@@ -101,7 +101,7 @@ public class FontManagerImpl implements FontManager {
|
||||
private final float size;
|
||||
private final String[] languages;
|
||||
|
||||
BundledFont(String filename, float size, String[] languages) {
|
||||
private BundledFont(String filename, float size, String[] languages) {
|
||||
this.filename = filename;
|
||||
this.size = size;
|
||||
this.languages = languages;
|
||||
|
||||
Reference in New Issue
Block a user