diff --git a/spring-webflow-reference/src/system-setup.xml b/spring-webflow-reference/src/system-setup.xml
index f6dccd2d..a4bb4072 100644
--- a/spring-webflow-reference/src/system-setup.xml
+++ b/spring-webflow-reference/src/system-setup.xml
@@ -74,18 +74,16 @@
]]>
- The configurable services are the conversion-service, formatter-registry, expression-parser, and view-factory-creator.
+ The configurable services are the conversion-service, expression-parser, and view-factory-creator.
These services are configured by referencing custom beans you define. For example:
-
]]>
@@ -97,14 +95,6 @@
The default ConversionService registers converters for your basic object types such as numbers, classes, and enums.
-
- formatter-registry
-
- Use the formatter-registry attribute to customize the FormatterRegistry used by the Web Flow system.
- Formatters are used by Views to format model property values for display.
- The default FormatterRegistry registers converters for your basic model object types such as numbers and dates.
-
-
expression-parser