comparison src/com/five_ten_sg/connectbot/util/XmlBuilder.java @ 342:175c7d68f3c4

merge ganymed into mainline
author Carl Byington <carl@five-ten-sg.com>
date Thu, 31 Jul 2014 16:33:38 -0700
parents 91a31873c42a
children
comparison
equal deleted inserted replaced
272:ce2f4e397703 342:175c7d68f3c4
15 * limitations under the License. 15 * limitations under the License.
16 */ 16 */
17 17
18 package com.five_ten_sg.connectbot.util; 18 package com.five_ten_sg.connectbot.util;
19 19
20 import com.trilead.ssh2.crypto.Base64; 20 import ch.ethz.ssh2.crypto.Base64;
21 21
22 /** 22 /**
23 * @author Kenny Root 23 * @author Kenny Root
24 * 24 *
25 */ 25 */