Doc.getCtx(): change access from protected to public

https://sourceforge.net/tracker/?func=detail&aid=1818234&group_id=176962&atid=879335
Doc.getTrxName(): change access from protected to public
https://sourceforge.net/tracker/?func=detail&aid=1818236&group_id=176962&atid=879335
This commit is contained in:
teo_sarca 2009-04-30 06:53:51 +00:00
parent b2b035a6c6
commit e5c714c084
1 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ public abstract class Doc
* Get Context
* @return context
*/
protected Properties getCtx()
public Properties getCtx()
{
return m_ctx;
} // getCtx
@ -884,7 +884,7 @@ public abstract class Doc
* Get Trx Name and create Transaction
* @return Trx Name
*/
protected String getTrxName()
public String getTrxName()
{
return m_trxName;
} // getTrxName