You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/13 15:33:26 UTC

[GitHub] [dolphinscheduler] yimaixinchen commented on a change in pull request #8015: Fix ResponseCache Class Name ERROR

yimaixinchen commented on a change in pull request #8015:
URL: https://github.com/apache/dolphinscheduler/pull/8015#discussion_r784071865



##########
File path: dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/runner/RetryReportTaskStatusThread.java
##########
@@ -58,25 +57,25 @@ public void start(){
      */
     @Override
     public void run() {
-        ResponceCache responceCache = ResponceCache.get();
+        ResponseCache instance = ResponseCache.get();

Review comment:
       I change it .please look at the new commit.




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org