Changes between Initial Version and Version 1 of Ticket #15410, comment 18


Ignore:
Timestamp:
2017-10-09T15:39:11+02:00 (7 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15410, comment 18

    initial v1  
    1 It is shows the intentions whether this method/constructor should be used from outside the inner class or not, even though this isn't enforced by the compiler. If you were to refactor the class and make it public, then you can simply keep the access modifier as is.
     1It shows the intentions whether this method/constructor should be used from outside the inner class or not, even though this isn't enforced by the compiler. If you were to refactor the class and make it public, then you can simply keep the access modifier as is.