Re: RFR: 8159527: Collections mutator methods should all be marked as optional operations

2023-08-03 Thread Brian Burkhalter
On Wed, 2 Aug 2023 20:11:35 GMT, Stuart Marks wrote: > Adjust the leading javadoc sentence of several collections mutator methods to > include "(optional operation)" as appropriate. Also adjust doc for > UnsupportedOperationException on those methods as necessary. Looks fine. - M

Re: RFR: 8159527: Collections mutator methods should all be marked as optional operations

2023-08-03 Thread Naoto Sato
On Wed, 2 Aug 2023 20:11:35 GMT, Stuart Marks wrote: > Adjust the leading javadoc sentence of several collections mutator methods to > include "(optional operation)" as appropriate. Also adjust doc for > UnsupportedOperationException on those methods as necessary. Marked as reviewed by naoto (

RFR: 8159527: Collections mutator methods should all be marked as optional operations

2023-08-02 Thread Stuart Marks
Adjust the leading javadoc sentence of several collections mutator methods to include "(optional operation)" as appropriate. Also adjust doc for UnsupportedOperationException on those methods as necessary. - Commit messages: - Adjust wording of various UnsupportedOperationException