Commit 7ab43b15 by Antti Tonkyra

refactor

1 parent c9e485b4
...@@ -63,10 +63,6 @@ public class VotingBean implements VotingBeanLocal { ...@@ -63,10 +63,6 @@ public class VotingBean implements VotingBeanLocal {
compoFacade.flush(); compoFacade.flush();
compoEntryFile.setEntriesId(compoEntry); compoEntryFile.setEntriesId(compoEntry);
compoEntry.getFiles().add(compoEntryFile); compoEntry.getFiles().add(compoEntryFile);
//compoEntry = compoEntryFacade.merge(compoEntry);
//compoEntryFile.setEntriesId(compoEntry);
//compoEntry.getFiles().add(compoEntryFile);
} }
public Compo getCompoById(Integer compoId) { public Compo getCompoById(Integer compoId) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!