minor - fix a comment creating problems for javadoc

This commit is contained in:
Carlos Ruiz 2014-11-10 17:22:34 -05:00
parent 0e03505f52
commit fe3ebcd1ae
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ public class MAsset extends X_A_Asset
// Copy fields from C_BPartner_Location
if (is_ValueChanged(COLUMNNAME_C_BPartner_Location_ID) && getC_BPartner_Location_ID() > 0)
{
// Goodwill BF: Error: org.compiere.model.MAsset cannot be cast to org.compiere.model.SetGetModel
// Goodwill BF: Error: org.compiere.model.MAsset cannot be cast to org.compiere.model.SetGetModel
SetGetUtil.copyValues(SetGetUtil.wrap(this), MBPartnerLocation.Table_Name, getC_BPartner_Location_ID(),
new String[]{MBPartnerLocation.COLUMNNAME_C_Location_ID}
);