comparison src/com/five_ten_sg/connectbot/util/XmlBuilder.java @ 273:91a31873c42a ganymed

start conversion from trilead to ganymed
author Carl Byington <carl@five-ten-sg.com>
date Fri, 18 Jul 2014 11:21:46 -0700
parents 0ce5cc452d02
children
comparison
equal deleted inserted replaced
272:ce2f4e397703 273:91a31873c42a
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 */