/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.venky.swf.views.controls.page; import com.venky.swf.views.controls.Control; /** * * @author venky */ public class Html extends Control{ /** * */ private static final long serialVersionUID = -4344103356327805227L; public Html(){ super("html"); } }