From fab25d3f56ea701d84d2e2f4ff997037d2e1e399 Mon Sep 17 00:00:00 2001 From: Mark Struberg Date: Wed, 13 Mar 2019 17:50:56 +0100 Subject: [PATCH] refs: #70 update spec documentation to be in sync with the API --- spec/src/main/asciidoc/converters.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/src/main/asciidoc/converters.asciidoc b/spec/src/main/asciidoc/converters.asciidoc index 001807c..1a8af61 100644 --- a/spec/src/main/asciidoc/converters.asciidoc +++ b/spec/src/main/asciidoc/converters.asciidoc @@ -36,8 +36,7 @@ The following `Converter` s are provided by JavaConfig by default: * `long` and `Long` * `float` and `Float` , a dot '.' is used to separate the fractional digits * `double` and `Double` , a dot '.' is used to separate the fractional digits -* `Class` based on the result of `Class.forName` -* `URL` +* `URL` as defined by `java.net.URL#URL(java.lang.String)` All built-in `Converter` have the `@Priority` of `1`.