mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 13:30:53 +00:00
Fixed code style
This commit is contained in:
@@ -47,11 +47,11 @@ public class FontFace implements Comparable<FontFace> {
|
||||
public boolean isBold() {
|
||||
return toString().toLowerCase().contains("bold");
|
||||
}
|
||||
|
||||
|
||||
public boolean isItalic() {
|
||||
return toString().toLowerCase().contains("italic");
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
int hash = 7;
|
||||
|
||||
Reference in New Issue
Block a user