From 129d61007a10c79daf826623abb9cc3c1f47a53d Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 9 Jul 2009 08:34:55 +0000 Subject: [PATCH] Query - complete methods javadoc --- base/src/org/compiere/model/Query.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/src/org/compiere/model/Query.java b/base/src/org/compiere/model/Query.java index 41fac71689..263c38a9f1 100644 --- a/base/src/org/compiere/model/Query.java +++ b/base/src/org/compiere/model/Query.java @@ -311,7 +311,7 @@ public class Query /** * Return first ID - * @return first ID + * @return first ID or -1 if not found * @throws DBException */ public int firstId() throws DBException @@ -322,7 +322,7 @@ public class Query /** * Return first ID. * If there are more results and exception is thrown. - * @return first ID + * @return first ID or -1 if not found * @throws DBException */ public int firstIdOnly() throws DBException