summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/SZRException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/SZRException.java')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/SZRException.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/SZRException.java b/src/main/java/at/gv/util/xsd/szr/SZRException.java
index 4c03d06..28fb1f0 100644
--- a/src/main/java/at/gv/util/xsd/szr/SZRException.java
+++ b/src/main/java/at/gv/util/xsd/szr/SZRException.java
@@ -12,12 +12,12 @@ import javax.xml.bind.annotation.XmlType;
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType name="SZRException">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="SZRException"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*