Skip to content

Commit

Permalink
Added "Internal use only" to new style methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jush committed Jan 11, 2023
1 parent 04d03ed commit 82f8a9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdk/src/main/java/com/mapbox/maps/Style.kt
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ class Style internal constructor(
}

/**
* Internal use only.
*
* NO-OP
*/
@MapboxExperimental
Expand All @@ -395,6 +397,8 @@ class Style internal constructor(
}

/**
* Internal use only.
*
* NO-OP
*/
@MapboxExperimental
Expand All @@ -403,6 +407,8 @@ class Style internal constructor(
}

/**
* Internal use only.
*
* NO-OP
*/
@MapboxExperimental
Expand Down Expand Up @@ -536,6 +542,8 @@ class Style internal constructor(
}

/**
* Internal use only.
*
* NO-OP
*/
@MapboxExperimental
Expand Down

0 comments on commit 82f8a9a

Please sign in to comment.