--- old/modules/javafx.controls/src/main/java/javafx/scene/chart/StackedAreaChart.java 2017-03-09 14:44:11.870173453 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/chart/StackedAreaChart.java 2017-03-09 14:44:11.766173452 -0800 @@ -314,7 +314,7 @@ //Note: better animation here, point should move from old position to new position at center point between prev and next symbols } - /** @inheritDoc */ + /** {@inheritDoc} */ @Override protected void dataItemChanged(Data item) { } @@ -396,7 +396,7 @@ } } - /** @inheritDoc */ + /** {@inheritDoc} */ @Override protected void updateAxisRange() { // This override is necessary to update axis range based on cumulative Y value for the // Y axis instead of the normal way where max value in the data range is used. @@ -497,7 +497,7 @@ } - /** @inheritDoc */ + /** {@inheritDoc} */ @Override protected void layoutPlotChildren() { ArrayList> currentSeriesData = new ArrayList<>(); // AggregateData hold the data points of both the current and the previous series.