Files
gerrit/java/com/google
Changcheng Xiao afeaf5c1c5 AccessSection: stop inheritting from RefConfigSection
Currently, "AccessSection" extends from "RefConfigSection"
just for storing its subsection name. However, in this case,
composition should be a better choice than inheritance. It's
easier to just keep "name" in the "AccessSection".

Change-Id: I922cfb684f2f475fccf5b46685c77a17cec2c67c
2019-04-11 16:15:11 +02:00
..