forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
514 B
25 lines
514 B
/*
|
|
* AnalisesSeguimentoDataProvider.java
|
|
*
|
|
* Created on September 20, 2007, 1:42 PM
|
|
*
|
|
* To change this template, choose Tools | Template Manager
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
package db.providers;
|
|
|
|
import com.sun.data.provider.impl.ObjectListDataProvider;
|
|
|
|
/**
|
|
*
|
|
* @author lluis
|
|
*/
|
|
public class AnalisesSeguimentoDataProvider extends ObjectListDataProvider {
|
|
|
|
/** Creates a new instance of AnalisesSeguimentoDataProvider */
|
|
public AnalisesSeguimentoDataProvider() {
|
|
}
|
|
|
|
}
|