From 629e660fc552056eef968477492c3664ad26fe81 Mon Sep 17 00:00:00 2001 From: eleonov Date: Fri, 1 Dec 2023 14:58:40 -0800 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 879a9c2..5a855cb 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ final ExecutorService exec = Executors.newFixedThreadPool(nthreads); Goals ----- -- Create `getOptionalXXXX` and `getOptionalXXXXList` methods analogous to their `getXXXX` and `getXXXXList` counterparts. -- Handle missing properties. -- Handle `null` values (including in lists). -- Raise identical exceptions as Typesafe Config. -- No dependencies (other than Typesafe Config). -- Java 8 compatible. +- Create `getOptionalXXXX` and `getOptionalXXXXList` methods analogous to their `getXXXX` and `getXXXXList` counterparts +- Handle missing properties +- Handle `null` values (including in lists) +- Raise identical exceptions as Typesafe Config +- No dependencies (other than Typesafe Config) +- Java 8 or higher Documentation -------------