Repository: zest-java Updated Branches: refs/heads/develop c5075b003 -> 274ae43a0
Java8 is very picky about the javadoc format. Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/050e725f Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/050e725f Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/050e725f Branch: refs/heads/develop Commit: 050e725fd54b0c414ef812ca60a414e20a089f0e Parents: 11a63a3 Author: Niclas Hedhman <[email protected]> Authored: Sun Aug 2 16:39:15 2015 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sun Aug 2 16:39:15 2015 +0800 ---------------------------------------------------------------------- .../org/apache/zest/api/unitofwork/concern/UnitOfWorkRetry.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/050e725f/core/api/src/main/java/org/apache/zest/api/unitofwork/concern/UnitOfWorkRetry.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/zest/api/unitofwork/concern/UnitOfWorkRetry.java b/core/api/src/main/java/org/apache/zest/api/unitofwork/concern/UnitOfWorkRetry.java index 7334404..e7ad6fb 100644 --- a/core/api/src/main/java/org/apache/zest/api/unitofwork/concern/UnitOfWorkRetry.java +++ b/core/api/src/main/java/org/apache/zest/api/unitofwork/concern/UnitOfWorkRetry.java @@ -68,9 +68,10 @@ public @interface UnitOfWorkRetry * </code></pre> * where retry will be 0 after first UnitOfWork had a {@link ConcurrentEntityModificationException} and is 1 after * the first retry and so forth. - * <p/> + * <p> * So, with the {@code retries=4, initialDelay=5, delayFactor=20} the 3 delays between the UnitOfWorks will be * {@code 5ms, 25ms, 45ms} + * </p> * * @return The number of milliseconds per retry, except the first one, that should be added to the delay between * tries.
