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<...
or
create an issue within<ulink
url="http://opensource.atlassian.com/projects/hibernate/browse/HV/co...
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...
- 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-30...;:
Additional validators registered for a constraint <ulink
-
url="http://docs.jboss.org/hibernate/stable/validator/reference/en/h...
- using XML </ulink> are not evaluated by the annotation
- processor.</para>
+
url="http://docs.jboss.org/hibernate/stable/validator/reference/en/h...
+ 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-29...
- 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>