summaryrefslogtreecommitdiff
path: root/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2015-10-27 20:12:12 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2015-10-27 20:12:12 +0100
commit0ba96b399d70eac60ece03f4e438125736169d5b (patch)
tree8f687acf50129eb84911ea1cf959ccb55dfbf885 /bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
parent1e833166646372f3a44602c18fd8e2a172763026 (diff)
downloadmocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.gz
mocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.bz2
mocca-0ba96b399d70eac60ece03f4e438125736169d5b.zip
JavaDoc fixes
Diffstat (limited to 'bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java')
-rw-r--r--bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java38
1 files changed, 19 insertions, 19 deletions
diff --git a/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java b/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
index 5551cecc..3d0fda2e 100644
--- a/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
+++ b/bkucommon/src/test/java/moaspss/generated/DSAKeyValueType.java
@@ -37,25 +37,25 @@ import javax.xml.bind.annotation.XmlType;
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
- * &lt;complexType name="DSAKeyValueType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;sequence minOccurs="0">
- * &lt;element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;/sequence>
- * &lt;element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
- * &lt;element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/>
- * &lt;sequence minOccurs="0">
- * &lt;element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/>
- * &lt;/sequence>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="DSAKeyValueType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;sequence minOccurs="0"&gt;
+ * &lt;element name="P" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;element name="Q" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;element name="G" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/&gt;
+ * &lt;element name="Y" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;element name="J" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary" minOccurs="0"/&gt;
+ * &lt;sequence minOccurs="0"&gt;
+ * &lt;element name="Seed" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;element name="PgenCounter" type="{http://www.w3.org/2000/09/xmldsig#}CryptoBinary"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*