From 13056eac267cd590bc387dda951f84c792ff959d Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Tue, 25 Mar 2014 20:37:00 +0100
Subject: [PATCH] javadocs update
---
xchart/src/main/java/com/xeiam/xchart/XChartPanel.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java b/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java
index c2c9eedf..545e2876 100644
--- a/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java
+++ b/xchart/src/main/java/com/xeiam/xchart/XChartPanel.java
@@ -245,7 +245,7 @@ public class XChartPanel extends JPanel {
}
/**
- * update a series by only updating the Y-Axis data. The X-Axis data will is automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data
+ * update a series by only updating the Y-Axis data. The X-Axis data will be automatically generated as a list of increasing Integers starting from 1 and ending at the size of the new Y-Axis data
* list.
*
* @param seriesName
@@ -275,7 +275,7 @@ public class XChartPanel extends JPanel {
}
/**
- * update a series by only updating both the X-Axis and Y-Axis data
+ * update a series by updating both the X-Axis and Y-Axis data
*
* @param seriesName
* @param newYData
--
GitLab