Skip to content

Commit

Permalink
moved Base64Encoder to non-internal package
Browse files Browse the repository at this point in the history
  • Loading branch information
adietish committed Dec 15, 2011
1 parent 10195fd commit a89d41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/openshift/express/client/SSHKeyPair.java
Expand Up @@ -10,7 +10,7 @@
******************************************************************************/
package com.openshift.express.client;

import com.openshift.express.internal.client.utils.Base64Encoder;
import com.openshift.express.client.utils.Base64Encoder;

import com.jcraft.jsch.JSch;
import com.jcraft.jsch.JSchException;
Expand Down
Expand Up @@ -26,7 +26,7 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package com.openshift.express.internal.client.utils;
package com.openshift.express.client.utils;

public class Base64Encoder {

Expand Down

0 comments on commit a89d41c

Please sign in to comment.