We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f5ebd7 + 009ca17 commit f0bd89eCopy full SHA for f0bd89e
1 file changed
src/test/java/com/openfin/desktop/NotificationTest.java
@@ -59,7 +59,7 @@ public void onClick(Ack ack) {
59
60
@Override
61
public void onClose(Ack ack) {
62
- logger.debug("onClick for notification");
+ logger.debug("onClose for notification");
63
onCloseLatch.countDown();
64
}
65
@@ -71,7 +71,7 @@ public void onDismiss(Ack ack) {
71
72
73
public void onError(Ack ack) {
74
- logger.error("onClick for notification");
+ logger.error("onError for notification");
75
76
77
0 commit comments