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