358359360361362363364365366367368
String[] allPhoneNumbersToCount = allPhoneNumbers.split("\n"); Notification notification = new Notification( 1L, new AllPhoneNumbersCounted( reader.eventStringValue("processId"), allPhoneNumbersToCount.length)); send(notification); }
346347348349350351352353354355356