TreeRoute icon indicating copy to clipboard operation
TreeRoute copied to clipboard

Make the class easier for inheritance

Open hwguyguy opened this issue 9 years ago • 0 comments

Currently, if I want to extend the Router class and modify the addRoute method, I have to copy the private properties and the private methods in the original class to my new class.

Can you change the private modifier to protected?

hwguyguy avatar Mar 31 '16 15:03 hwguyguy