1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 01:29:38 +02:00

GSSAPI work by Jay Kline (SMACK-218).

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8155 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-05-02 23:11:10 +00:00 committed by matt
parent 6150c72ca7
commit eb56f8a557
3 changed files with 263 additions and 2 deletions

View file

@ -44,7 +44,7 @@ package org.jivesoftware.smack.util;
* @author rob@iharder.net
* @version 2.1
*/
class Base64 {
public class Base64 {
/* ******** P U B L I C F I E L D S ******** */
@ -1442,3 +1442,4 @@ class Base64 {
} // end class Base64