Base64 decoder has moved to helma.util package.

This commit is contained in:
hns 2002-10-02 14:36:26 +00:00
parent ba3e20917b
commit bb99727791

View file

@ -6,7 +6,7 @@ package helma.framework;
import java.io.*; import java.io.*;
import java.util.*; import java.util.*;
import helma.objectmodel.*; import helma.objectmodel.*;
import helma.xmlrpc.Base64; import helma.util.Base64;
/** /**
* A Transmitter for a request from the servlet client. Objects of this * A Transmitter for a request from the servlet client. Objects of this