We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782cc99 commit f77fcfaCopy full SHA for f77fcfa
1 file changed
news/4.39/platform_isv.md
@@ -182,8 +182,6 @@ There are currently three enum values available for `AutoscalingMode`:
182
183
`Control.setAutoscalingMode(AutoscalingMode)` returns a boolean indicating whether the requested mode was accepted and applied.
184
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.
187
188
Example:
189
```java
0 commit comments