Query - minor javadoc fix

This commit is contained in:
teo_sarca 2008-02-19 06:25:21 +00:00
parent 2dcbacf587
commit 78972aabd0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class Query {
/**
* Return a list of all po that match the query criteria.
* @return List
* @throws SQLException
* @throws DBException
*/
public <T extends PO> List<T> list() throws DBException {
List<T> list = new ArrayList<T>();