Project

General

Profile

« Previous | Next » 

Revision 4485

Added by daigle over 15 years ago

Add some generic typing

View differences:

PermissionController.java
651 651
    * @param principals, list of names of principals to check for
652 652
    * @param docid, document identifier to check for
653 653
    */
654
  public Vector getAccessControl()
654
  public Vector<AccessControlForSingleFile> getAccessControl()
655 655
                  throws SQLException, Exception
656 656
  {
657
	  Vector accessControl = new Vector();
657
	Vector<AccessControlForSingleFile> accessControl = new Vector<AccessControlForSingleFile>();
658 658
    boolean hasRow;
659 659
    PreparedStatement pStmt = null;
660 660
    DBConnection conn = null;

Also available in: Unified diff