Skip to content
Snippets Groups Projects
Commit 05c347ab authored by Florian Hölzl's avatar Florian Hölzl
Browse files

YELLOW

refs 2589
parent 71b139ad
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,9 @@ import static java.util.Objects.requireNonNull;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating YELLOW Hash: 4714D4582131F62011BCF0AD422D2E53
*/
public final class Axis {
/** The name of the axis. */
private String name;
/** The minimum value of the axis (at the center of the spider chart). */
......
......@@ -28,10 +28,9 @@ import java.util.Map;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating YELLOW Hash: 7CFFF87C0D159572D525D01C01040F7E
*/
public final class DataSeries {
/** The name of the data series. */
private String name;
/** The points for each axis. */
......
......@@ -23,12 +23,12 @@ import java.util.ArrayList;
import java.util.List;
/**
* Entry class of the spider chart model.
* Main class of the spider chart model.
*
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating YELLOW Hash: 74F497F82BD13B18035A011ACC09B01F
*/
public final class SpiderChart {
/** The axes contained in this chart. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment