Skip to content

Commit

Permalink
Gave xjc-generated classes an explicit serialVersionUID to squash war…
Browse files Browse the repository at this point in the history
…nings
  • Loading branch information
Bohlski committed Aug 6, 2021
1 parent 4ee4b1e commit 65e1ca8
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<jaxb:bindings xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" jaxb:extensionBindingPrefixes="xjc" version="2.1">
<jaxb:globalBindings generateIsSetMethod="true" fixedAttributeAsConstantProperty="true">
<xjc:serializable />
<xjc:serializable uid="1"/>
</jaxb:globalBindings>
<jaxb:bindings schemaLocation="BitRepositoryElements.xsd">

Expand Down

0 comments on commit 65e1ca8

Please sign in to comment.