Skip to content

Commit f77fcfa

Browse files
committed
Update N&N for autoscale disablement API to conform to latest adpatation
1 parent 782cc99 commit f77fcfa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

news/4.39/platform_isv.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ There are currently three enum values available for `AutoscalingMode`:
182182

183183
`Control.setAutoscalingMode(AutoscalingMode)` returns a boolean indicating whether the requested mode was accepted and applied.
184184
On Linux and macOS, the current implementations always return false.
185-
`Control.isAutoScalable()` is implemented for Windows as well and utilizes the currently set autoscaling mode to return a meaningful value.
186-
If you overwrite this method in custom implementations of a `Control`, it could make sense to revise that.
187185

188186
Example:
189187
```java

0 commit comments

Comments
 (0)