Project

General

Profile

« Previous | Next » 

Revision 4485

Added by daigle over 15 years ago

Add some generic typing

View differences:

DBUtil.java
440 440
  /**
441 441
   * get the lastest Accession Number from a particular scope
442 442
   */
443
  public Vector getAllDocids(String scope)
443
  public Vector<String> getAllDocids(String scope)
444 444
        throws SQLException  {
445
    Vector resultVector = new Vector();
445
    Vector<String> resultVector = new Vector<String>();
446 446
    String accnum = null;
447 447
    String sep = ".";
448 448
    try {

Also available in: Unified diff