Skip to content

Commit f97b19d

Browse files
[Fontconfig] Make FontElement class non abstract
1 parent 4ad455f commit f97b19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex/FontconfigAndroid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static void init(@NonNull AssetManager assetManager, @NonNull File cacheDir, @No
118118
}
119119
}
120120

121-
abstract static class FontElement {
121+
static class FontElement {
122122
protected String alias;
123123
protected String family;
124124

0 commit comments

Comments
 (0)