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