/* * 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 getUpdates() { return SHSTUpdateList.getUpdatesOnly(); } }