summaryrefslogtreecommitdiff
path: root/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java')
-rw-r--r--bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java
index 6856ab1a..ca4eb6c5 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java
@@ -34,16 +34,16 @@ import java.security.SecureRandom;
* This IdValueFactory creates <code>xsd:Id</code>-attribute values of the form
* '<code>&lt;elementName&gt;-&lt;random&gt;-&lt;sequenceNumber&gt;</code>',
* where
+ * </p>
* <ul>
- * <li><code>&lt;elementName&gt;</code> is the name provided at
+ * <li><code>&lt;elementName&gt;</code>; is the name provided at
* {@link #createIdValue(String)},</li>
- * <li><code>&lt;random&gt;</code> is a random generated fixed value for an
+ * <li><code>&lt;random&gt;</code>; is a random generated fixed value for an
* instance of this IdValueFactory and</li>
- * <li><code>&lt;sequenceNumber&gt;</code> is the sequence number of the value
+ * <li><code>&lt;sequenceNumber&gt;</code>; is the sequence number of the value
* generated for a given <code>elementName</code> by an instance of this
* IdValueFactory.</li>
* </ul>
- * </p>
*
* @author mcentner
*/