Changeset 10219 in josm for trunk/test/unit/org/openstreetmap/josm/data/cache
- Timestamp:
- 2016-05-15T18:48:35+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJobTest.java
r9973 r10219 7 7 import java.net.MalformedURLException; 8 8 import java.net.URL; 9 import java.nio.charset.StandardCharsets; 9 10 10 11 import org.apache.commons.jcs.access.behavior.ICacheAccess; … … 46 47 @Override 47 48 protected CacheEntry createCacheEntry(byte[] content) { 48 return new CacheEntry("dummy".getBytes()); 49 return new CacheEntry("dummy".getBytes(StandardCharsets.UTF_8)); 49 50 } 50 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
