717718719720721722723
List mods; if (isList) mods = (List)unmarshallObject(in, refMap); else mods = Collections.singletonList(unmarshallObject(in, refMap)); return new LogEntry(gtx, mods); }