forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@1523 bb69d46d-e84e-40c8-a05a-06db0d633741
parent
f14d42689f
commit
4dcd48646f
@ -1,31 +0,0 @@
|
||||
/*
|
||||
* Updater.java
|
||||
*
|
||||
* Created on 26 de Setembro de 2006, 11:49
|
||||
*
|
||||
* To change this template, choose Tools | Template Manager
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
package siprp.update;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import shst.update.SHSTUpdateList;
|
||||
|
||||
import com.evolute.module.updater.AbstractUpdate;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fpalma
|
||||
*/
|
||||
public class UpdateList
|
||||
{
|
||||
|
||||
public static List<AbstractUpdate> getUpdates()
|
||||
{
|
||||
return SHSTUpdateList.getUpdatesOnly();
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue