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.
SIPRP/trunk/AnaliseAcidentesTrabalho/src/db/providers/UtilizadoresActivosListData...

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() {
}
}