From c299c0857f37d65790a6370fbfe07be73e6f0ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Garcia?= Date: Mon, 17 Nov 2014 10:27:11 -0200 Subject: [PATCH] Typo --- .../main/java/br/com/caelum/vraptor/core/Converters.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/core/Converters.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/core/Converters.java index 23d078eaf..ace4319c5 100644 --- a/vraptor-core/src/main/java/br/com/caelum/vraptor/core/Converters.java +++ b/vraptor-core/src/main/java/br/com/caelum/vraptor/core/Converters.java @@ -22,9 +22,9 @@ /** * Represents a collection of all converters registered by VRaptor. When the application - * {@link #register(Class)} method is called to register all converters found. Before - * registration the default implementation check the priority of each converter, and - * in the case of multiple converter for the same type, only the converter with highest + * starts, the {@link #register(Class)} method is called to register all converters found. + * Before registration the default implementation check the priority of each converter, + * and in the case of multiple converter for the same type, only the converter with highest * priority will registered. * * @author Guilherme Silveira