| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-12-25 11:59:28 GMT-0800 |
| Commit | 6a1eac129464c0f60dc415670be18d07ef6372e3 |
| Parent | 7db79a5 |
| Delta | 1 line added, 1 line removed |
| /** | ||
| -z * Helps instantiate {@link Property} instances for XML configuration items. | ||
| + * Helps instantiate {@link Property} instances for XML configuration items. | ||
| */ | ||
| private static final Map<Class<?>, Function<String, Object>> UNMARSHALL = |