/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.netention.link; import automenta.netention.Link; /** * * @author seh */ public class Next extends Link { public Next() { super("next"); } }