Minor typo fixes.
This commit is contained in:
parent
5bdc0b724f
commit
3e77725f0a
|
@ -282,7 +282,7 @@ public class MBPartner extends X_C_BPartner
|
||||||
} // MBPartner
|
} // MBPartner
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Import Contstructor
|
* Import Constructor
|
||||||
* @param impBP import
|
* @param impBP import
|
||||||
*/
|
*/
|
||||||
public MBPartner (X_I_BPartner impBP)
|
public MBPartner (X_I_BPartner impBP)
|
||||||
|
|
|
@ -161,7 +161,7 @@ public interface ModelValidator
|
||||||
* @param po persistent object
|
* @param po persistent object
|
||||||
* @param timing see TIMING_ constants
|
* @param timing see TIMING_ constants
|
||||||
* @return error message or null -
|
* @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);
|
public String docValidate (PO po, int timing);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue