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
520 B
25 lines
520 B
/*
|
|
* UtilizadoresListDataProvider.java
|
|
*
|
|
* Created on November 30, 2007, 2:51 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 UtilizadoresActivosListDataProvider extends ObjectListDataProvider {
|
|
|
|
/** Creates a new instance of UtilizadoresListDataProvider */
|
|
public UtilizadoresActivosListDataProvider() {
|
|
}
|
|
|
|
}
|