Skip to content

Commit

Permalink
#340 Boolean -> boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Jul 19, 2024
1 parent 8535cb0 commit 621c952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class FontUtil {

public static Boolean isEmbeddedBase64Font(String uri) {
public static boolean isEmbeddedBase64Font(String uri) {
return uri != null && uri.startsWith("data:font/");
}

Expand Down

0 comments on commit 621c952

Please sign in to comment.