Base64 decoder has moved to helma.util package.
This commit is contained in:
parent
ba3e20917b
commit
bb99727791
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ package helma.framework;
|
|||
import java.io.*;
|
||||
import java.util.*;
|
||||
import helma.objectmodel.*;
|
||||
import helma.xmlrpc.Base64;
|
||||
import helma.util.Base64;
|
||||
|
||||
/**
|
||||
* A Transmitter for a request from the servlet client. Objects of this
|
||||
|
|
Loading…
Add table
Reference in a new issue