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
492 B
25 lines
492 B
/*
|
|
* EstadosCorrecaoDataProvider.java
|
|
*
|
|
* Created on November 29, 2007, 9:50 AM
|
|
*
|
|
* 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 EstadosCorrecaoDataProvider extends ObjectListDataProvider {
|
|
|
|
/** Creates a new instance of EstadosCorrecaoDataProvider */
|
|
public EstadosCorrecaoDataProvider() {
|
|
}
|
|
|
|
}
|