arturobernalg commented on pull request #113:
URL: 
https://github.com/apache/maven-integration-testing/pull/113#issuecomment-932764180


   > Hm... The `DefaultStatefulSingleton` it makes no sense to define the 
property `final` because the attribute itself is not given outside...it will 
not prevent anything not make things in any way better..Also all this `final` 
in front of `String` class makes also no sense ...apart from that the 
attributes which are defined as `@parameter` I would expect to produce some 
errors? If I correctly remember....
   
   HI @khmarbaise 
   The idea it's prevent that someone by mistake change the reference.  Also 
it's a way to achieve object immutability,
   TY


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to