Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Dec 18, 2023
1 parent b7458e6 commit 21cd9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void invoke(MessageLite message) {

// A bit of explanation why the following methods are not executed on the user executor.
//
// The listener methods onReady/onCancel/onComplete are used purely for notification reasons,
// The listener methods listenerReady/cancel/close are used purely for notification reasons,
// they don't execute any user code.
//
// Running them in the userExecutor can also be problematic if the listener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ public String toString() {
+ "serviceName='"
+ serviceName
+ '\''
+ ", state="
+ ", invocationState="
+ invocationState
+ ", id="
+ debugId
Expand Down

0 comments on commit 21cd9c8

Please sign in to comment.