1 10 11 package org.mule.transformers.codec; 12 13 18 public class SgmlEntityEncoder extends XmlEntityEncoder 19 { 20 23 private static final long serialVersionUID = 4229616539951956886L; 24 25 public SgmlEntityEncoder() 26 { 27 super(); 28 logger.warn(this.getClass().getName() + " is deprecated; please use " 29 + this.getClass().getSuperclass().getName()); 30 } 31 32 } 33 | Popular Tags |