Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
memojja committed Nov 1, 2021
1 parent 6219351 commit 4b7443c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
/**
*
* Places the generated idempotency identifier into annotated field.
* <pre>{@code
*
* public class JavadocTest {
*
* @JdempotentId
* private String jdempotentId;
* private Object data;
*
* }
* }</pre>
*
*/
@Target(ElementType.FIELD)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ public IdempotentRequestWrapper findIdempotentRequestArg(ProceedingJoinPoint pjp
*
* @param args
* @param idempotencyKey
* @return
* @throws IllegalAccessException
*/
public void setJdempotentId(Object[] args, String idempotencyKey) throws IllegalAccessException {
Expand Down

0 comments on commit 4b7443c

Please sign in to comment.