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