315316317318319320321322323324325
String[] allPhoneNumbersToCount = allMatchedPhoneNumbers.split("\n"); Notification notification = new Notification( 1L, new MatchedPhoneNumbersCounted( reader.eventStringValue("processId"), allPhoneNumbersToCount.length)); send(notification); }
308309310311312313314315316317318