Bug 64971 - XSSFFont setCharset(FontCharset) should use latest class instead of deprecated one
Summary: XSSFFont setCharset(FontCharset) should use latest class instead of deprecate...
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-09 18:24 UTC by PJ Fanning
Modified: 2020-12-09 18:27 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2020-12-09 18:24:40 UTC
API was based on org.apache.poi.ss.usermodel.FontCharset and should have used org.apache.poi.common.usermodel.fonts.FontCharset.

Have kept the old method and deprecated it.
Comment 1 PJ Fanning 2020-12-09 18:27:50 UTC
r1884263, r1884265, r1884266