Query - minor javadoc fix
This commit is contained in:
parent
2dcbacf587
commit
78972aabd0
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue