Skip to content

Commit acd157e

Browse files
Fix the proxy factory factory value in documentation
Fixes #1799
1 parent 341a864 commit acd157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/modules/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ var session = sessions.OpenSession(conn);
826826
</entry>
827827
<entry>
828828
The class name of a custom <literal>IProxyFactoryFactory</literal> implementation.
829-
Defaults to the built-in <literal>DefaultProxyFactoryFactory</literal>.
829+
Defaults to the built-in <literal>StaticProxyFactoryFactory</literal>.
830830
<para>
831831
<emphasis role="strong">eg.</emphasis>
832832
<literal>classname.of.ProxyFactoryFactory, assembly</literal>

0 commit comments

Comments
 (0)