sonar fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
492e51b15f
commit
33991bfd98
@ -38,8 +38,8 @@ class PathGradientPaint implements Paint {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public PathGradientPaint(Color colors[], float fractions[], int capStyle, int joinStyle) {
|
public PathGradientPaint(Color colors[], float fractions[], int capStyle, int joinStyle) {
|
||||||
this.colors = colors;
|
this.colors = colors.clone();
|
||||||
this.fractions = fractions;
|
this.fractions = fractions.clone();
|
||||||
this.capStyle = capStyle;
|
this.capStyle = capStyle;
|
||||||
this.joinStyle = joinStyle;
|
this.joinStyle = joinStyle;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user