{
if (oLog != null) oLog.debug("Meridio: Exiting getLatestVersionFile method with null.");
return null;
}
AttachmentPart ap = (AttachmentPart) attachments[0];
if (oLog != null && oLog.isDebugEnabled())
oLog.debug("Meridio: Temp File is <" + ap.getAttachmentFile() + ">");
if (oLog != null) oLog.debug("Meridio: Exiting getLatestVersionFile method.");
return ap;
}
catch (RemoteException e)