We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ae7cf commit 56e2831Copy full SHA for 56e2831
1 file changed
src/main/java/eu/mihosoft/vrl/v3d/STL.java
@@ -79,10 +79,10 @@ public static CSG file(URL path, boolean repair) throws Throwable {
79
* @param path
80
* file path
81
* @return CSG
82
- * @throws IOException
+ * @throws IOException
83
* @throws Throwable
84
*/
85
- public static CSG file(Path path) throws NonManifoldShapeError,ColinearPointsException, IOException {
+ public static CSG file(Path path) throws NonManifoldShapeError, ColinearPointsException, IOException {
86
87
if (CSG.getDefaultOptionType() == OptType.Manifold3d) {
88
CSGManifold3d m = CSG.getManifold();
0 commit comments