Repository: polygene-java
Updated Branches:
  refs/heads/develop 559b38a5b -> 517b909d1


javadoc formatting error.


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/517b909d
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/517b909d
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/517b909d

Branch: refs/heads/develop
Commit: 517b909d177a3aece129e5a34e52266fb63460bc
Parents: 559b38a
Author: niclas <nic...@hedhman.org>
Authored: Tue Jun 20 13:16:39 2017 +0800
Committer: niclas <nic...@hedhman.org>
Committed: Tue Jun 20 13:16:39 2017 +0800

----------------------------------------------------------------------
 .../polygene/api/constraint/ConstraintViolationException.java      | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/517b909d/core/api/src/main/java/org/apache/polygene/api/constraint/ConstraintViolationException.java
----------------------------------------------------------------------
diff --git 
a/core/api/src/main/java/org/apache/polygene/api/constraint/ConstraintViolationException.java
 
b/core/api/src/main/java/org/apache/polygene/api/constraint/ConstraintViolationException.java
index c54d35d..0eecf04 100644
--- 
a/core/api/src/main/java/org/apache/polygene/api/constraint/ConstraintViolationException.java
+++ 
b/core/api/src/main/java/org/apache/polygene/api/constraint/ConstraintViolationException.java
@@ -78,10 +78,12 @@ public class ConstraintViolationException extends 
IllegalArgumentException
      * Each ConstraintViolationException concerns one Composite instance, but 
may have many violations on that
      * instance. For the composite instance related message following entries 
in the ResourceBundle will be searched
      * for a pattern in the following order;
+     * </p>
      * <ol>
      * 
<li><code>polygene.constraint.<i><strong>CompositeType</strong></i></code></li>
      * <li><code>polygene.constraint.composite</code></li>
      * </ol>
+     * <p>
      * where <strong><code><i>CompositeType</i></code></strong> is the
      * class name of the Composite instance. If such key does not exist, or if 
the resourceBundle argument is null,
      * then the default patterns will be used;

Reply via email to