~ubuntu-branches/ubuntu/vivid/herold/vivid

« back to all changes in this revision

Viewing changes to java/org/dbdoclet/trafo/xml/tokenizer/parser/XmlTokenizerTokenManager.java

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-11-29 13:00:52 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: package-import@ubuntu.com-20121129130052-ac3n9429anoafrqd
Tags: upstream-6.0.3
ImportĀ upstreamĀ versionĀ 6.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import org.apache.commons.logging.LogFactory;
29
29
 
30
30
/** Token Manager. */
31
 
@SuppressWarnings("all")
32
31
public class XmlTokenizerTokenManager implements XmlTokenizerConstants
33
32
{
34
33