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

terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 88470150913 Refine agent API Javadoc wording and punctuation (#39058)
88470150913 is described below

commit 8847015091390f46f8925cafe66acc192dbd6190
Author: Eunbin Son <[email protected]>
AuthorDate: Fri Jul 10 14:28:35 2026 +0900

    Refine agent API Javadoc wording and punctuation (#39058)
---
 .../org/apache/shardingsphere/agent/api/advice/TargetAdviceObject.java  | 2 +-
 .../shardingsphere/agent/api/advice/type/InstanceMethodAdvice.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/TargetAdviceObject.java
 
b/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/TargetAdviceObject.java
index ca5c8682d9d..16cbbe1e6d7 100644
--- 
a/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/TargetAdviceObject.java
+++ 
b/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/TargetAdviceObject.java
@@ -18,7 +18,7 @@
 package org.apache.shardingsphere.agent.api.advice;
 
 /**
- * Wrapped class for target and provide a context to store variable during 
invocation.
+ * Wrapper class for target and provides a context to store variables during 
invocation.
  */
 public interface TargetAdviceObject {
     
diff --git 
a/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/type/InstanceMethodAdvice.java
 
b/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/type/InstanceMethodAdvice.java
index 07101adad1b..eef0910dc82 100644
--- 
a/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/type/InstanceMethodAdvice.java
+++ 
b/agent/api/src/main/java/org/apache/shardingsphere/agent/api/advice/type/InstanceMethodAdvice.java
@@ -40,7 +40,7 @@ public interface InstanceMethodAdvice extends AgentAdvice {
     
     /**
      * Intercept the target method and weave the method after origin method.
-     * It will invoke after the origin calling
+     * It will invoke after the origin calling.
      *
      * @param target the target object
      * @param method the target method

Reply via email to