Skip to content

Commit

Permalink
#302 site fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2022
1 parent e8e4bd8 commit 7f265c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/annotation-schedulewithfixeddelay.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class Main {

<<NOTE>>: You can only schedule one execution between all equal objects
(i.e. instances that are equal according to
{{{http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#equals(java.lang.Object)}<<<equals()>>>}}
{{{http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#equals%28java.lang.Object%29}<<<equals()>>>}}
). Invoking the same method multiple times and across equal objects, without
stopping the scheduled execution beforehand, will result in an
{{{http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html}<<<IllegalStateException>>>}}
Expand Down

0 comments on commit 7f265c5

Please sign in to comment.