Skip to content

Commit

Permalink
Transactional timeout documented as seconds in annotation javadoc
Browse files Browse the repository at this point in the history
Issue: SPR-17226

(cherry picked from commit 8c6f350)
  • Loading branch information
jhoeller committed Aug 31, 2018
1 parent a496836 commit 56194a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Isolation isolation() default Isolation.DEFAULT;

/**
* The timeout for this transaction.
* The timeout for this transaction (in seconds).
* <p>Defaults to the default timeout of the underlying transaction system.
* <p>Exclusively designed for use with {@link Propagation#REQUIRED} or
* {@link Propagation#REQUIRES_NEW} since it only applies to newly started
Expand Down

0 comments on commit 56194a1

Please # to comment.