Reverted SVN Revision:
2413 http://svn.sourceforge.net/adempiere/?rev=2413&view=rev
This commit is contained in:
parent
cdff5f34b6
commit
a6c4f8bfde
|
@ -1089,6 +1089,7 @@ public class CConnection implements Serializable
|
||||||
.append (",FWhost=").append (m_fw_host)
|
.append (",FWhost=").append (m_fw_host)
|
||||||
.append (",FWport=").append (m_fw_port)
|
.append (",FWport=").append (m_fw_port)
|
||||||
.append (",UID=").append (m_db_uid)
|
.append (",UID=").append (m_db_uid)
|
||||||
|
.append (",PWD=").append (m_db_pwd)
|
||||||
; // the format is read by setAttributes
|
; // the format is read by setAttributes
|
||||||
sb.append ("]");
|
sb.append ("]");
|
||||||
return sb.toString ();
|
return sb.toString ();
|
||||||
|
|
Loading…
Reference in New Issue