summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-02-20 18:04:49 +0100
committerTobrun <tobrun@mapbox.com>2018-02-22 14:29:51 +0100
commit278cd580fc963ef8604de4e280501fd85564c274 (patch)
tree46cd480412c3514861823b95468527c1493f7d61 /platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java
parent1862760faf84b2d5548d18aec677cbbdcca749e6 (diff)
downloadqtlocation-mapboxgl-278cd580fc963ef8604de4e280501fd85564c274.tar.gz
[android] - fix javadoc utf8 encoding issues, add missing package-info.java items
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java
index e7bb52ebb3..80ff4198fc 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java
+++ b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/functions/Function.java
@@ -32,7 +32,7 @@ public class Function<I, O> {
/**
* Create an exponential {@link CameraFunction}
* <p>
- * Zoom functions allow the appearance of a map feature to change with map’s zoom.
+ * Zoom functions allow the appearance of a map feature to change with map&#x27;s zoom.
* Zoom functions can be used to create the illusion of depth and control data density.
* Each stop is an array with two elements, the first is a zoom and the second is a function output value.
*
@@ -53,7 +53,7 @@ public class Function<I, O> {
/**
* Create an interval {@link CameraFunction}
* <p>
- * Zoom functions allow the appearance of a map feature to change with map’s zoom.
+ * Zoom functions allow the appearance of a map feature to change with map&#x2019;s zoom.
* Zoom functions can be used to create the illusion of depth and control data density.
* Each stop is an array with two elements, the first is a zoom and the second is a function output value.
*