- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
for (String code : selection) { Attachment attachment = TextLogic.deleteAttachmentByCode(textConfiguration, code); if (attachment == null) { logger.warn("Ignoring non-existing attachment with code: {}", code);