Copilot commented on code in PR #36791:
URL: https://github.com/apache/shardingsphere/pull/36791#discussion_r2404337384
##########
proxy/backend/core/src/main/java/org/apache/shardingsphere/proxy/backend/handler/tcl/TCLProxyBackendHandlerFactory.java:
##########
@@ -36,51 +45,50 @@
import
org.apache.shardingsphere.sql.parser.statement.core.statement.type.tcl.SetTransactionStatement;
import
org.apache.shardingsphere.sql.parser.statement.core.statement.type.tcl.TCLStatement;
import
org.apache.shardingsphere.sql.parser.statement.core.statement.type.tcl.xa.XAStatement;
-import org.apache.shardingsphere.transaction.core.TransactionOperationType;
import java.util.Collections;
/**
- * TCL backend handler factory.
+ * TCL proxy backend handler factory.
*/
@NoArgsConstructor(access = AccessLevel.PRIVATE)
-public final class TCLBackendHandlerFactory {
+public final class TCLProxyBackendHandlerFactory {
/**
- * New instance of backend handler.
+ * New instance of TCL proxy backend handler.
*
* @param sqlStatementContext SQL statement context
* @param sql SQL
* @param connectionSession connection session
- * @return backend handler
+ * @return created instancd
Review Comment:
Corrected spelling of 'instancd' to 'instance'.
```suggestion
* @return created instance
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]