From 5acf0b8d7ba52f9bb81a20031d42c9cbca2d43eb Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Thu, 7 May 2009 08:39:41 +0000 Subject: [PATCH] FR [ 2788006 ] SvrProcess: change access to some methods https://sourceforge.net/tracker/?func=detail&aid=2788006&group_id=176962&atid=879335 --- base/src/org/compiere/process/SvrProcess.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/src/org/compiere/process/SvrProcess.java b/base/src/org/compiere/process/SvrProcess.java index b02ddf7bff..49c9ff8748 100644 --- a/base/src/org/compiere/process/SvrProcess.java +++ b/base/src/org/compiere/process/SvrProcess.java @@ -46,6 +46,8 @@ import org.compiere.util.Trx; *
  • FR [ 1877937 ] SvrProcess: added commitEx method *
  • BF [ 1878743 ] SvrProcess.getAD_User_ID *
  • BF [ 1935093 ] SvrProcess.unlock() is setting invalid result + *
  • 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();