Skip to content

Commit

Permalink
fix ahpla / alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentschoelens committed Jan 15, 2025
1 parent 163e849 commit 696f37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jvnet.jaxb.xjc.model.concrete.tests.ahpla;
package org.jvnet.jaxb.xjc.model.concrete.tests.alpha;

import java.io.Serializable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@jakarta.xml.bind.annotation.XmlSchema(namespace = "urn:test", elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED, xmlns = { @XmlNs(namespaceURI = "urn:test", prefix = "test") })
package org.jvnet.jaxb.xjc.model.concrete.tests.ahpla;
package org.jvnet.jaxb.xjc.model.concrete.tests.alpha;

import jakarta.xml.bind.annotation.XmlNs;

0 comments on commit 696f37c

Please sign in to comment.