/* * 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 In extends Link { public In() { super("in"); } }