Skip to content
Snippets Groups Projects
Commit 04166082 authored by Tim Molter's avatar Tim Molter
Browse files

refcator param name

parent c5bee5a3
Branches
No related tags found
No related merge requests found
......@@ -220,11 +220,11 @@ public abstract class Series_AxesChart extends Series {
/**
* Sets the marker for the series
*
* @param seriesMarker
* @param marker
*/
public Series setMarker(Marker seriesMarker) {
public Series setMarker(Marker marker) {
this.marker = seriesMarker;
this.marker = marker;
return this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment