IDEMPIERE-815 DocFactory service IllegalAccessError for org.compiere.acct.Doc

This commit is contained in:
Heng Sin Low 2013-04-01 16:54:31 +08:00
parent 817f7b0979
commit 2311908827
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public abstract class Doc
* @param defaultDocumentType default document type or null * @param defaultDocumentType default document type or null
* @param trxName trx * @param trxName trx
*/ */
Doc (MAcctSchema as, Class<?> clazz, ResultSet rs, String defaultDocumentType, String trxName) public Doc (MAcctSchema as, Class<?> clazz, ResultSet rs, String defaultDocumentType, String trxName)
{ {
p_Status = STATUS_Error; p_Status = STATUS_Error;
m_as = as; m_as = as;