Skip to content

Commit f0bd89e

Browse files
authored
Merge pull request openfin#6 from openfin/datamadic-patch-1
Update NotificationTest.java
2 parents 5f5ebd7 + 009ca17 commit f0bd89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/openfin/desktop/NotificationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void onClick(Ack ack) {
5959

6060
@Override
6161
public void onClose(Ack ack) {
62-
logger.debug("onClick for notification");
62+
logger.debug("onClose for notification");
6363
onCloseLatch.countDown();
6464
}
6565

@@ -71,7 +71,7 @@ public void onDismiss(Ack ack) {
7171

7272
@Override
7373
public void onError(Ack ack) {
74-
logger.error("onClick for notification");
74+
logger.error("onError for notification");
7575
}
7676

7777
@Override

0 commit comments

Comments
 (0)