• remove final keyword in final class.

I noticed that WriteResultSubscription is declared as a final class, so in my opinion, I removed the final keyword from methods, as they are already within a final class

  • fix minor typos in java comments(javadoc)

Comment From: sbrannen

This has been merged into main in decb22a93de643bbe07f245c6374f7f8f9ae9ee8 and revised in 47cdc7c5f0bf686c92fbea874834ea700a64953a.

Thanks