Closed stephenmcd closed 9 years ago
Ugh, looks like java.util.Base64 is JDK 1.8 only.
Add comments on the 2 lines where Base64.* are used noting that this is the standard Java (from 1.8) way, older versions may need to use Apache Commons or similar.
Add comments on the 2 lines where Base64.* are used noting that this is the standard Java (from 1.8) way, older versions may need to use Apache Commons or similar.
Done in 534941b2091d9148c2fec51d2c00b4ae8484c968
@markmcd as discussed PTAL