Repository: zest-java Updated Branches: refs/heads/develop fe0a45051 -> 79ace0aee
Javadoc,minor: fix wrong html tag that was causing errors with Java 8 Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/79ace0ae Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/79ace0ae Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/79ace0ae Branch: refs/heads/develop Commit: 79ace0aeeaa086f9ac2a8f6edc7b84cc9689821c Parents: fe0a450 Author: Paul Merlin (Apache) <[email protected]> Authored: Fri Jul 31 16:06:00 2015 +0200 Committer: Paul Merlin (Apache) <[email protected]> Committed: Fri Jul 31 16:06:15 2015 +0200 ---------------------------------------------------------------------- .../apache/zest/api/constraint/ConstraintViolationException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/79ace0ae/core/api/src/main/java/org/apache/zest/api/constraint/ConstraintViolationException.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/zest/api/constraint/ConstraintViolationException.java b/core/api/src/main/java/org/apache/zest/api/constraint/ConstraintViolationException.java index 62a6509..f3bd0da 100644 --- a/core/api/src/main/java/org/apache/zest/api/constraint/ConstraintViolationException.java +++ b/core/api/src/main/java/org/apache/zest/api/constraint/ConstraintViolationException.java @@ -92,7 +92,7 @@ public class ConstraintViolationException /** * Creates localized messages of all the constraint violations that has occured. * <p> - * The key "<code>zest.constraint.<i><strong>CompositeType</strong></i>.<i><string>methodName</string></i></code>" + * The key "<code>zest.constraint.<i><strong>CompositeType</strong></i>.<i><strong>methodName</strong></i></code>" * will be used to lookup the text formatting * pattern from the ResourceBundle, where <strong><code><i>CompositeType</i></code></strong> is the * class name of the Composite where the constraint was violated. If such key does not exist, then the
