Skip to content

Commit 9b3d819

Browse files
committed
removed declaration for exception which isn't thrown
1 parent 51e153b commit 9b3d819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notification-creator-util/src/main/java/com/github/kaiwinter/androidremotenotifications/util/NotificationCreatorUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static void main(String[] args) throws IOException {
5050
printToConsole(list);
5151
}
5252

53-
private static void printToConsole(Set<UserNotification> set) throws IOException {
53+
private static void printToConsole(Set<UserNotification> set) {
5454
String json = UnMarshaller.getJsonFromNotifications(set);
5555
System.out.println(json);
5656
}

0 commit comments

Comments
 (0)