Commit 98e275cb by Tuomas Riihimäki

Scopeja väärästä luokasta oikeaan (javax.faces.bean.RequestScoped -> javax.enter…

…prise.context.RequestScoped)
1 parent 8ef7d5df
......@@ -3,7 +3,7 @@ package fi.codecrew.moya.web.cdiview.actionlog;
import java.util.List;
import javax.ejb.EJB;
import javax.faces.bean.RequestScoped;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import fi.codecrew.moya.beans.ActionLogBeanLocal;
......
package fi.codecrew.moya.web.converter;
import javax.ejb.EJB;
import javax.faces.bean.RequestScoped;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import fi.codecrew.moya.beans.VotingBeanLocal;
......
package fi.codecrew.moya.web.converter;
import javax.ejb.EJB;
import javax.faces.bean.RequestScoped;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import fi.codecrew.moya.beans.UserBeanLocal;
......
package fi.codecrew.moya.web.converter;
import javax.ejb.EJB;
import javax.faces.bean.RequestScoped;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import fi.codecrew.moya.beans.UserBeanLocal;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!