334335336337338339340341342343344345
} } } private void createTag(PhotoEntry photoEntry) throws Exception { TagEntry tag = new TagEntry(); String title = getString("Tag"); tag.setTitle(new PlainTextConstruct(title)); insert(photoEntry, tag); }