You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2020/05/16 12:45:23 UTC

[servicecomb-pack] branch master updated: Fix Java Doc issue for the release

This is an automated email from the ASF dual-hosted git repository.

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new d315a88  Fix Java Doc issue for the release
d315a88 is described below

commit d315a88027e278c473b7c257c45dead970b02694
Author: asifdxtreme <mo...@huawei.com>
AuthorDate: Sat May 16 18:14:58 2020 +0530

    Fix Java Doc issue for the release
---
 .../pack/omega/transaction/wrapper/RecoveryPolicyTimeoutWrapper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/wrapper/RecoveryPolicyTimeoutWrapper.java b/omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/wrapper/RecoveryPolicyTimeoutWrapper.java
index 9d8555a..9b47961 100644
--- a/omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/wrapper/RecoveryPolicyTimeoutWrapper.java
+++ b/omega/omega-transaction/src/main/java/org/apache/servicecomb/pack/omega/transaction/wrapper/RecoveryPolicyTimeoutWrapper.java
@@ -28,7 +28,7 @@ import org.aspectj.lang.ProceedingJoinPoint;
 
 /**
  * RecoveryPolicy Wrapper
- * 1.Use this wrapper to send a request if the @Compensable forwardTimeout > 0
+ * 1.Use this wrapper to send a request if the @Compensable forwardTimeout greaterThan 0
  * 2.Terminate thread execution if execution time is greater than the forwardTimeout of @Compensable
  *
  * Exception