Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(applicationConfig): update dao scope to RequestScope
  • Loading branch information
Alex Eng committed Jan 21, 2016
1 parent 7b4e1d6 commit 9be15c4
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,12 +1,14 @@
package org.zanata.dao;

import org.hibernate.Session;

import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
import org.zanata.model.HApplicationConfiguration;

@Named("applicationConfigurationDAO")

@javax.enterprise.context.Dependent
@RequestScoped
public class ApplicationConfigurationDAO extends
AbstractDAOImpl<HApplicationConfiguration, Long> {

Expand Down

0 comments on commit 9be15c4

Please sign in to comment.