summaryrefslogtreecommitdiffstats
path: root/config-lib/src/main/java/com/yahoo/config/LeafNodeVector.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Support optional 'path' config typeHarald Musum2023-09-071-0/+8
| | | | Initial work needed for this to work (config definition and config library)
* config-lib cleanup, no functional changesHarald Musum2023-09-061-1/+1
|
* Use Path as user type for modelsJon Bratseth2022-09-011-4/+4
|
* Add 'model' config typeJon Bratseth2022-08-311-1/+6
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add url config typeLester Solbakken2018-12-181-1/+10
|
* 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-191-1/+1
| | | | - 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
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* PublishJon Bratseth2016-06-151-0/+79