Reverted SVN Revision:

2413
http://svn.sourceforge.net/adempiere/?rev=2413&view=rev
This commit is contained in:
trifonnt 2007-05-18 23:27:14 +00:00
parent cdff5f34b6
commit a6c4f8bfde
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();