following Teo's advice about using firstOnly()

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
This commit is contained in:
Redhuan D. Oon 2010-03-17 13:31:00 +00:00
parent 6de09769ff
commit ecd27322e9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public class MColor extends X_AD_Color
//
MImage retValue = new Query(getCtx(),I_AD_Image.Table_Name,whereClause,null)
.setParameters(AD_Image_ID)
.first();
.firstOnly();
return retValue.getImageURL();
} // getURL