summaryrefslogtreecommitdiffstats
path: root/config-lib/src/main/java/com/yahoo/config/InnerNodeVector.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused ctor in InnerNodeVectorgjoranv2019-01-211-5/+0
|
* Remove InnerNodeVector.defaultNode and add a new primary ctor.gjoranv2017-07-191-46/+4
| | | | - defaultNode was a remnant used by the now removed setSize()
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Add comments about code that most likely can be removed.gjoranv2017-06-141-1/+1
|
* Use builder to instantiate default node.gjoranv2017-06-141-3/+15
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* 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
|
* PublishJon Bratseth2016-06-151-0/+47