Skip to content

Commit 83e3835

Browse files
Merge pull request #10 from opentripplanner/namespace
Remove namespace prefix for 'ojp'
2 parents 34501fb + 97f0628 commit 83e3835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace = "http://www.vdv.de/ojp",
33
elementFormDefault = jakarta.xml.bind.annotation.XmlNsForm.QUALIFIED,
44
xmlns = {
5-
@jakarta.xml.bind.annotation.XmlNs(prefix = "ojp", namespaceURI = "http://www.vdv.de/ojp"),
5+
@jakarta.xml.bind.annotation.XmlNs(prefix = "", namespaceURI = "http://www.vdv.de/ojp"),
66
@jakarta.xml.bind.annotation.XmlNs(prefix = "ifopt", namespaceURI = "http://www.ifopt.org.uk/ifopt"),
77
@jakarta.xml.bind.annotation.XmlNs(prefix = "acsb", namespaceURI = "http://www.ifopt.org.uk/acsb"),
88
@jakarta.xml.bind.annotation.XmlNs(prefix = "siri", namespaceURI = "http://www.siri.org.uk/siri"),

0 commit comments

Comments
 (0)