Minor typo fixes.

This commit is contained in:
trifonnt 2010-01-08 14:00:23 +00:00
parent 5bdc0b724f
commit 3e77725f0a
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ public class MBPartner extends X_C_BPartner
} // MBPartner
/**
* Import Contstructor
* Import Constructor
* @param impBP import
*/
public MBPartner (X_I_BPartner impBP)

View File

@ -161,7 +161,7 @@ public interface ModelValidator
* @param po persistent object
* @param timing see TIMING_ constants
* @return error message or null -
* if not null, the pocument will be marked as Invalid.
* if not null, the document will be marked as Invalid.
*/
public String docValidate (PO po, int timing);