| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-06-07 23:29:49 GMT-0700 |
| Commit | 928aef790f471ae3c7eab94b5a377b542ffabe3f |
| Parent | 40e2964 |
| Delta | 1 line added, 1 line removed |
| public class TreeItemAdapter { | ||
| /** | ||
| - * Separates YAML variable nodes (e.g., the dots in {@code $root.node.var$]). | ||
| + * Separates YAML variable nodes (e.g., the dots in {@code $root.node.var$}). | ||
| */ | ||
| public static final String SEPARATOR = "."; |