You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/03/07 07:53:57 UTC

svn commit: r1785806 - /sling/site/trunk/content/documentation/development/jsr-305.mdtext

Author: kwin
Date: Tue Mar  7 07:53:57 2017
New Revision: 1785806

URL: http://svn.apache.org/viewvc?rev=1785806&view=rev
Log:
fix some typos

Modified:
    sling/site/trunk/content/documentation/development/jsr-305.mdtext

Modified: sling/site/trunk/content/documentation/development/jsr-305.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/jsr-305.mdtext?rev=1785806&r1=1785805&r2=1785806&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/jsr-305.mdtext (original)
+++ sling/site/trunk/content/documentation/development/jsr-305.mdtext Tue Mar  7 07:53:57 2017
@@ -36,7 +36,7 @@ Since Eclipse 4.5 (Mars) **external anno
 
 ## Leveraging Eclipse JDT Compiler (recommended)
 
-You can use Eclipse JDT also in Maven (with null analysis enabled) for the compilation in Maven as well. That way it will give out the same warnings/errors as Eclipse and will also consider external annotations.
+You can use Eclipse JDT also in Maven (with null analysis enabled) for the regular compilation. That way it will give out the same warnings/errors as Eclipse and will also consider external annotations.
 JDT in its most recent version is provided by the `tycho-compiler-plugin` which can be hooked up with the `maven-compiler-plugin`.
 The full list of options for JDT is described in [here](http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_batch_compiler.htm).