summaryrefslogtreecommitdiff
path: root/STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java')
-rw-r--r--STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java b/STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java
index c485ad44..a1dd30d5 100644
--- a/STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java
+++ b/STAL/src/main/java/at/gv/egiz/stal/InfoboxReadRequest.java
@@ -37,16 +37,16 @@ import javax.xml.bind.annotation.XmlType;
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
- * &lt;complexType name="InfoboxReadRequestType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.egiz.gv.at/stal}RequestType">
- * &lt;sequence>
- * &lt;element name="InfoboxIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="DomainIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="InfoboxReadRequestType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;extension base="{http://www.egiz.gv.at/stal}RequestType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="InfoboxIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="DomainIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/extension&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*