Skip to content

Commit

Permalink
Close notifier in *Example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Nov 1, 2017
1 parent c5fcb9c commit 95a2a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions send-notification/src/test/java/NotifySendExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ public static void main(String[] args) {
.build();

notifier.send(notification);
notifier.close();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ public static void main(String[] args) {
.build();

notifier.send(notification);
notifier.close();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ public static void main(String[] args) {
.build();

notifier.send(notification);
notifier.close();
}
}

0 comments on commit 95a2a45

Please sign in to comment.