/* $Id: ChunkComma.java 790 2011-04-11 17:57:38Z hong1.cui $ */ /** * */ package fna.charactermarkup; /** * @author hongcui * */ public class ChunkComma extends Chunk { /** * @param text */ public ChunkComma(String text) { super(text); // TODO Auto-generated constructor stub } }