Skip to content

Commit

Permalink
Add missing @suppress comments
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalik committed Jul 22, 2024
1 parent e99153b commit 7e7a22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ protected constructor(
protected val AxisPosition.Horizontal.textVerticalPosition: VerticalPosition
get() = if (isBottom) VerticalPosition.Bottom else VerticalPosition.Top

/** @suppress */
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public constructor(
position: Position,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ protected constructor(

protected var maxLabelWidth: Float? = null

/** @suppress */
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public constructor(
position: Position,
Expand Down

0 comments on commit 7e7a22f

Please sign in to comment.