Commit 9392869a by Antti Tonkyra

Fixing some deprecated stuff

1 parent a49cf635
......@@ -2,7 +2,7 @@ package fi.insomnia.bortal.web.cdiview.voting;
import javax.ejb.EJB;
import javax.enterprise.context.RequestScoped;
import javax.faces.bean.ManagedBean;
import javax.inject.Named;
import javax.validation.constraints.NotNull;
import org.primefaces.model.UploadedFile;
......@@ -11,7 +11,7 @@ import fi.insomnia.bortal.beans.VotingBeanLocal;
import fi.insomnia.bortal.model.CompoEntry;
import fi.insomnia.bortal.model.CompoEntryFile;
@ManagedBean
@Named
@RequestScoped
public class VotingCompoAddEntryView {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!