We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9c1ce commit a3e7e21Copy full SHA for a3e7e21
2 files changed
src/main/java/eu/mihosoft/vrl/v3d/CSGRequest.java
@@ -4,7 +4,7 @@
4
import java.util.ArrayList;
5
import java.util.List;
6
7
-class CSGRequest implements Serializable {
+public class CSGRequest implements Serializable {
8
private static final long serialVersionUID = 1L;
9
private List<CSG> csgList;
10
private CSGRemoteOperation operation;
src/main/java/eu/mihosoft/vrl/v3d/CSGResponse.java
@@ -6,7 +6,7 @@
-class CSGResponse implements Serializable {
+public class CSGResponse implements Serializable {
11
12
0 commit comments