summaryrefslogtreecommitdiffstats
path: root/config-lib/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove LeafNode.initialize().gjoranv2017-07-201-13/+0
| | | | - package private, and seems unused.
* Minor cleanup: unnecessary annotation, use diamond operator.gjoranv2017-07-191-3/+2
|
* Declare helper methods static.gjoranv2017-07-191-9/+9
| | | | + bugfix: iterate over given list, not field 'vector'
* Refactor LeafNodeVectorgjoranv2017-07-191-20/+16
| | | | | | | - Remove unnecessary ctor. - Create unmodifiable list in ctor to reflect that the data is now immutable. - Remove defaultNode field.
* Remove InnerNodeVector.defaultNode and add a new primary ctor.gjoranv2017-07-193-52/+5
| | | | - defaultNode was a remnant used by the now removed setSize()
* Remove NodeVector.setSize()gjoranv2017-07-102-47/+21
| | | | - Remains from before the generated config classes had builders.
* Update copyright headersJon Bratseth2017-06-1456-56/+56
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1456-56/+56
|
* Update copyright headersJon Bratseth2017-06-1456-56/+56
|
* Merge pull request #2764 from yahoo/gjoranv/use-builder-ctor-for-default-nodegjoranv2017-06-142-5/+17
|\ | | | | Use builder to instantiate default node.
| * Add comments about code that most likely can be removed.gjoranv2017-06-142-2/+2
| |
| * Use builder to instantiate default node.gjoranv2017-06-141-3/+15
| |
* | Remove carriage returnJon Bratseth2017-06-142-2/+2
|/
* Revert "Copyright header"Jon Bratseth2017-06-1356-58/+58
|
* Copyright headerJon Bratseth2017-06-1356-58/+58
|
* Set the default constructor on config classes private.gjoranv2017-06-121-3/+7
| | | | - Default constructors for arrays are still public.
* Revert "Set the default constructor on config classes private."Harald Musum2017-06-101-7/+3
|
* Set the default constructor on config classes private.gjoranv2017-06-091-3/+7
|
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-1556-0/+2960