001 package railo.runtime.tag; 002 003 import railo.runtime.ext.tag.BodyTagImpl; 004 005 public class Flash extends BodyTagImpl { 006 007 }