Skip to content

Commit

Permalink
fixing class name in GenericList Adapter Factory. fixes #118
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Feb 7, 2014
1 parent 73f8f59 commit e5b3645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@Component
@Service
@Properties({ @Property(name = AdapterFactory.ADAPTABLE_CLASSES, value = "com.day.cq.wcm.api.Page"),
@Property(name = AdapterFactory.ADAPTER_CLASSES, value = "com.adobe.acs.fordmedia.lists.GenericList") })
@Property(name = AdapterFactory.ADAPTER_CLASSES, value = "com.adobe.acs.commons.genericlists.GenericList") })
public class GenericListAdapterFactory implements AdapterFactory {

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit e5b3645

Please sign in to comment.