提交 cecee4d0 编写于 作者: C Chris Beams

Fix typo in validation chapter

上级 f45bb929
......@@ -929,10 +929,10 @@ public interface ConverterFactory<S, R> {
}]]></programlisting>
<para> Parameterize S to be type you are converting from and R to be base
type defining the <emphasis>range</emphasis> of classes you can convert
to. Then implement getConverter(Class&lt;T&gt;), where T is a subclass
of R. </para>
<para> Parameterize S to be the type you are converting from and R to be
the base type defining the <emphasis>range</emphasis> of classes you can
convert to. Then implement getConverter(Class&lt;T&gt;), where T is a
subclass of R. </para>
<para> Consider the <classname>StringToEnum</classname> ConverterFactory
as an example: </para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册