mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
forbidden api
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e26ab012d8
commit
face981f3f
@ -21,6 +21,7 @@ import java.awt.geom.Path2D;
|
||||
import java.awt.geom.Point2D;
|
||||
|
||||
import org.apache.poi.ooxml.POIXMLException;
|
||||
import org.apache.poi.util.LocaleUtil;
|
||||
import org.apache.poi.xdgf.usermodel.XDGFCell;
|
||||
import org.apache.poi.xdgf.usermodel.XDGFShape;
|
||||
|
||||
@ -125,6 +126,7 @@ public class ArcTo implements GeometryRow {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("ArcTo: x=%f; y=%f; a=%f", x, y, a);
|
||||
return String.format(LocaleUtil.getUserLocale(),
|
||||
"ArcTo: x=%f; y=%f; a=%f", x, y, a);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user