On Thu, 28 Jul 2022 20:41:38 GMT, Phil Race <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix > > src/java.desktop/share/classes/javax/swing/ProgressMonitorInputStream.java > line 93: > >> 91: } >> 92: parentComponent = parentComponent; >> 93: message = message; > > These are both wrong I am sure. You want to assign to this.<var> don't you ? > Not update the local var. Yes. Thanks for pointing out. Updated.. ------------- PR: https://git.openjdk.org/jdk/pull/9588
