googlearchive / js-v2-samples

Samples for the DEPRECATED Google Maps JavaScript v2 API (formerly known as 'gmaps-samples')
Apache License 2.0
60 stars 130 forks source link

Fixed references to base64 encode/decode. #42

Closed stephenmcd closed 9 years ago

stephenmcd commented 9 years ago

@markmcd as discussed PTAL

domesticmouse commented 9 years ago

Ugh, looks like java.util.Base64 is JDK 1.8 only.

markmcd commented 9 years ago

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.

stephenmcd commented 9 years ago

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