mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
WARN is too obtrusive here
GitOrigin-RevId: 66fda7f1edb8134fd68ff61a5fb5123e80075aac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0af958ad17
commit
3e65fb1715
@@ -246,7 +246,7 @@ final class FontFamilyServiceImpl extends FontFamilyService {
|
||||
return MethodHandleUtil.getPublicMethod(Font2D.class, methodName, MethodType.methodType(type));
|
||||
}
|
||||
catch (Throwable e) {
|
||||
LOG.warn(e);
|
||||
LOG.debug(e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user