| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-08-31 19:55:18 GMT-0700 |
| Commit | 737c5c819d3d7a8ff6d941db17341f50582591f7 |
| Parent | 74dc0e3 |
| # License | ||
| +Copyright 2015 Karl Tauber | ||
| +All rights reserved. | ||
| + | ||
| Copyright 2020 White Magic Software, Ltd. | ||
| All rights reserved. |
| public class TreeItemAdapter { | ||
| /** | ||
| - * Separates YAML variable nodes (e.g., the dots in {@code $root.node.var$}). | ||
| + * Separates YAML definition keys (e.g., the dots in {@code $root.node.var$}). | ||
| */ | ||
| public static final String SEPARATOR = "."; |
| Delta | 4 lines added, 1 line removed, 3-line increase |
|---|