[hibernate-commits] Hibernate SVN: r19519 - validator/trunk/hibernate-validator/src/main/docbook/en-US/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat May 15 08:12:01 EDT 2010


Author: gunnar.morling
Date: 2010-05-15 08:12:01 -0400 (Sat, 15 May 2010)
New Revision: 19519

Modified:
   validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml
Log:
HV-298: Removed whitespaces

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml	2010-05-15 08:37:30 UTC (rev 19518)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/annotationprocessor.xml	2010-05-15 12:12:01 UTC (rev 19519)
@@ -57,7 +57,7 @@
     Some <link linkend="section-known-issues">known issues</link> can be found
     at the end of this chapter. In case any problems arise when using the
     processor feel free to ask for help at the <ulink
-    url="https://forum.hibernate.org/viewforum.php?f=9">forum </ulink>or
+    url="https://forum.hibernate.org/viewforum.php?f=9">forum</ulink> or
     create an issue within<ulink
     url="http://opensource.atlassian.com/projects/hibernate/browse/HV/component/10356">
     JIRA</ulink>.</para>
@@ -113,7 +113,7 @@
     <para>The behavior of the Hibernate Validator Annotation Processor can be
     controlled using the <ulink
     url="http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html#options">processor
-    options </ulink> listed in table<xref
+    options</ulink> listed in table<xref
     linkend="table_processor_options" />:</para>
 
     <table id="table_processor_options">
@@ -200,8 +200,8 @@
 
         <para>Similar to directly working with javac, the annotation processor
         can be added as as compiler argument when invoking the <ulink
-        url="http://ant.apache.org/manual/CoreTasks/javac.html">javac task
-        </ulink> for <ulink url="http://ant.apache.org/">Apache
+        url="http://ant.apache.org/manual/CoreTasks/javac.html">javac
+        task</ulink> for <ulink url="http://ant.apache.org/">Apache
         Ant</ulink>:</para>
 
         <example>
@@ -368,7 +368,7 @@
 
         <para>The following steps must be followed to use the annotation
         processor within <ulink url="http://www.jetbrains.com/idea/">IntelliJ
-        IDEA </ulink> (version 9 and above):</para>
+        IDEA</ulink> (version 9 and above):</para>
 
         <itemizedlist>
           <listitem>
@@ -413,7 +413,7 @@
         <title>NetBeans</title>
 
         <para>Starting with version 6.9, also the <ulink
-        url="http://www.netbeans.org/">NetBeans </ulink> IDE supports using
+        url="http://www.netbeans.org/">NetBeans</ulink> IDE supports using
         annotation processors within the IDE build. To do so, do the
         following:</para>
 
@@ -468,17 +468,17 @@
         <para><ulink
         url="http://opensource.atlassian.com/projects/hibernate/browse/HV-308">HV-308</ulink>:
         Additional validators registered for a constraint <ulink
-        url="http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single/#d0e1957">
-        using XML </ulink> are not evaluated by the annotation
-        processor.</para>
+        url="http://docs.jboss.org/hibernate/stable/validator/reference/en/html_single/#d0e1957">using
+        XML</ulink> are not evaluated by the annotation processor.</para>
       </listitem>
 
       <listitem>
         <para>Sometimes custom constraints can't be <ulink
         url="http://opensource.atlassian.com/projects/hibernate/browse/HV-293">properly
-        evaluated </ulink> when using the processor within Eclipse. This seems
-        to be an issue with the Eclipse JSR 269 API implementation, but
-        further investigation is required here.</para>
+        evaluated</ulink> when using the processor within Eclipse. Cleaning
+        the project can help in these situations. This seems to be an issue
+        with the Eclipse JSR 269 API implementation, but further investigation
+        is required here.</para>
       </listitem>
     </itemizedlist>
   </section>



More information about the hibernate-commits mailing list