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
504 B
25 lines
504 B
/*
|
|
* AnalisesConcluidasDataProvider.java
|
|
*
|
|
* Created on September 20, 2007, 1:43 PM
|
|
*
|
|
* To change this template, choose Tools | Template Manager
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
package db;
|
|
|
|
import com.sun.data.provider.impl.ObjectListDataProvider;
|
|
|
|
/**
|
|
*
|
|
* @author lluis
|
|
*/
|
|
public class AnalisesConcluidasDataProvider extends ObjectListDataProvider {
|
|
|
|
/** Creates a new instance of AnalisesConcluidasDataProvider */
|
|
public AnalisesConcluidasDataProvider() {
|
|
}
|
|
|
|
}
|