Browse Source
A standard HashSet was being used to store the list of subsections as they were being parsed. This was changed to use a LinkedHashSet so that iterating over the set would return values in the same order as they are listed in the config file. Change-Id: I4251f95b8fe0ad59b07ff563c9ebb468f996c37dstable-0.12
Jesse Greenwald
14 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue