/* * 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 PlanosConcluidosDataProvider extends ObjectListDataProvider { public PlanosConcluidosDataProvider(){ } }