Skip to content
Snippets Groups Projects
Commit 1418978c authored by timmolter's avatar timmolter
Browse files

superficial corrections

parent a7b0c4f5
No related branches found
No related tags found
No related merge requests found
......@@ -75,4 +75,5 @@ public class ChartServletExample extends HttpServlet {
return uuid;
}
}
......@@ -22,7 +22,7 @@ import com.xeiam.xchart.Chart;
import com.xeiam.xchart.io.BitmapEncoder;
/**
* Creates a simple charts and saves it as aPNG image file.
* Creates a simple charts and saves it as a PNG image file.
*
* @author timmolter
*/
......@@ -43,4 +43,5 @@ public class Example1 {
BitmapEncoder.savePNG(chart, "./Sample_Chart.png");
}
}
......@@ -56,4 +56,5 @@ public class Example4 {
}
return y;
}
}
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