Code refactoring
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / GraphDemo.java
index 3639c10..f644c3a 100755 (executable)
@@ -16,7 +16,6 @@ import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon.SolidPo
 import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.Graph;
 import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe.WireframeSphere;
 
-import java.io.IOException;
 import java.util.ArrayList;
 import java.util.List;
 
@@ -135,7 +134,7 @@ public class GraphDemo {
         return new Graph(scale, data, "Tangent", location);
     }
 
-    public static void main(final String[] args) throws IOException {
+    public static void main(final String[] args) {
 
         final ViewFrame viewFrame = new ViewFrame();
         final ShapeCollection geometryCollection = viewFrame.getViewPanel()