Project

General

Profile

« Previous | Next » 

Revision 4466

Added by daigle over 15 years ago

Add some generics typing

View differences:

SubTree.java
48 48
  protected String startElementName = null;
49 49
  protected long   startNodeId = -1;
50 50
  protected long   endNodeId =   -1;
51
  private Stack  subTreeNodeStack = null;
51
  private Stack<NodeRecord>  subTreeNodeStack = null;
52 52
  
53 53
  private static Logger logMetacat = Logger.getLogger(SubTree.class);
54 54

  
......
80 80
    /**
81 81
     * Get subtree node stack
82 82
     */
83
    public Stack getSubTreeNodeStack() throws SAXException
83
    public Stack<NodeRecord> getSubTreeNodeStack() throws SAXException
84 84
    {
85 85
      try
86 86
      {

Also available in: Unified diff