Browse Source

Polish contribution

Closes gh-1349
pull/1350/head
Stephane Nicoll 8 years ago
parent
commit
6bd4c88371
  1. 4
      src/asciidoc/core-validation.adoc

4
src/asciidoc/core-validation.adoc

@ -868,9 +868,9 @@ such as a `static valueOf` method, is defined on the target class. @@ -868,9 +868,9 @@ such as a `static valueOf` method, is defined on the target class.
boolean matches(TypeDescriptor sourceType, TypeDescriptor targetType);
}
public interface ConditionalGenericConverter
extends GenericConverter, ConditionalConverter {
extends GenericConverter, ConditionalConverter {
}
----

Loading…
Cancel
Save