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:
Javen O'Neal 2016-06-15 04:22:26 +00:00
parent ff3ccad347
commit 7228082d6b

View File

@ -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 * gets the height of the font in 1/20th point units
* *