Skip to content

Commit

Permalink
Fixed wrong import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed Nov 6, 2012
1 parent 5067fbb commit 385c13a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

import java.util.ArrayList;
import java.util.List;
import javax.annotation.ManagedBean;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;

/**
*
* @author gpuliyar
*/
@ManagedBean(value = "OrganizationMB")
@ManagedBean
@RequestScoped
public class OrganizationManagedBean {

public List<Organization> organizations;
Expand Down

0 comments on commit 385c13a

Please sign in to comment.