We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8516506 commit fce4ce5Copy full SHA for fce4ce5
1 file changed
src/main/java/org/mujoco/MuJoCoXML.java
@@ -11,6 +11,7 @@
11
import javax.xml.bind.Marshaller;
12
import javax.xml.bind.PropertyException;
13
import javax.xml.bind.Unmarshaller;
14
+import mujoco.xml.*;
15
16
public class MuJoCoXML {
17
public static Mujoco unmarshal(File xml) throws JAXBException {
0 commit comments