On Wed, 4 May 2022 08:00:09 GMT, Dmitry Kulikov <d...@openjdk.java.net> wrote:
>> src/java.desktop/windows/classes/sun/awt/Win32GraphicsDevice.java line 447: >> >>> 445: >>> 446: /** >>> 447: * Reapplies the size of this device to the full-screen window. >> >> What is _this device_? There's no device in the parameters of the method. >> >> If you write javadoc, you should document the parameters too. > > @aivanov-jdk I've updated the JavaDoc to more specifically reference the > GraphicsDevice that owns the added method (and documented the parameters) Ah, I overlooked the fact that it's a method of a `GraphicsDevice`. ------------- PR: https://git.openjdk.java.net/jdk/pull/7835