172173174175176177178179180181182
} else { return fromAttachment(multipart, c, t, anns); } } if (id != null && !id.required()) { /* * If user asked for a null, give them a null. */ return null; }
163164165166167168169170171172173