686970717273747576
*/ private static HashMap<String, Object> getInfoMap() { HashMap<String, Object> map = infos.get(); if (map == null) { Option<String> m = Option.apply("nothing in the infos in the mailer"); throw new UnexpectedException(m, null); } return map; }