/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package tabledataproviders; import com.sun.data.provider.impl.ObjectListDataProvider; /** * * @author lluis */ public class PlanosSeguimentoDataProvider extends ObjectListDataProvider { public PlanosSeguimentoDataProvider(){ } }