FR [ 2788006 ] SvrProcess: change access to some methods

https://sourceforge.net/tracker/?func=detail&aid=2788006&group_id=176962&atid=879335
This commit is contained in:
teo_sarca 2009-05-07 08:39:41 +00:00
parent 9ff9210d60
commit 5acf0b8d7b
1 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,8 @@ import org.compiere.util.Trx;
* <li>FR [ 1877937 ] SvrProcess: added commitEx method
* <li>BF [ 1878743 ] SvrProcess.getAD_User_ID
* <li>BF [ 1935093 ] SvrProcess.unlock() is setting invalid result
* <li>FR [ 2788006 ] SvrProcess: change access to some methods
* https://sourceforge.net/tracker/?func=detail&aid=2788006&group_id=176962&atid=879335
*/
public abstract class SvrProcess implements ProcessCall
{
@ -511,7 +513,7 @@ public abstract class SvrProcess implements ProcessCall
* Return the main transaction of the current process.
* @return the transaction name
*/
protected String get_TrxName()
public String get_TrxName()
{
if (m_trx != null)
return m_trx.getTrxName();