You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I am having is that the Maven plugin is generating both a Node.java and a Node_.java class. I was expecting it to generate a single Node.java class that contains a List element in it. I assume that I am doing something stupid so any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to create a schema for a recursive etcd directory listing. From what I can tell, it should look something like this:
The problem I am having is that the Maven plugin is generating both a Node.java and a Node_.java class. I was expecting it to generate a single Node.java class that contains a List element in it. I assume that I am doing something stupid so any help would be appreciated.
The text was updated successfully, but these errors were encountered: