/* * 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 Body extends Control{ /** * */ private static final long serialVersionUID = -4709589307042817008L; public Body(){ super("body"); } }