bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was deprecated in 3.13 beta 1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ff3ccad347
commit
7228082d6b
@ -111,13 +111,6 @@ public class XSSFFontFormatting implements FontFormatting {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #getFontColor()}
|
||||
*/
|
||||
public XSSFColor getXSSFColor(){
|
||||
return getFontColor();
|
||||
}
|
||||
|
||||
/**
|
||||
* gets the height of the font in 1/20th point units
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user