summaryrefslogtreecommitdiff
path: root/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.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 /utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java
parent1e833166646372f3a44602c18fd8e2a172763026 (diff)
downloadmocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.gz
mocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.bz2
mocca-0ba96b399d70eac60ece03f4e438125736169d5b.zip
JavaDoc fixes
Diffstat (limited to 'utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java')
-rw-r--r--utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java b/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java
index d0b9ce5c..8568dd3d 100644
--- a/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java
+++ b/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java
@@ -46,17 +46,17 @@ import javax.xml.bind.annotation.XmlType;
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
- * &lt;complexType name="BasePointParamsType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="BasePoint" type="{http://www.w3.org/2001/04/xmldsig-more#}ECPointType"/>
- * &lt;element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;element name="Cofactor" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="BasePointParamsType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="BasePoint" type="{http://www.w3.org/2001/04/xmldsig-more#}ECPointType"/&gt;
+ * &lt;element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/&gt;
+ * &lt;element name="Cofactor" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*