You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/02/01 00:24:17 UTC

svn commit: r1656258 - /maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/jspReport.apt.vm

Author: hboutemy
Date: Sat Jan 31 23:24:16 2015
New Revision: 1656258

URL: http://svn.apache.org/r1656258
Log:
typo

Modified:
    maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/jspReport.apt.vm

Modified: maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/jspReport.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/jspReport.apt.vm?rev=1656258&r1=1656257&r2=1656258&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/jspReport.apt.vm (original)
+++ maven/plugins/trunk/maven-pmd-plugin/src/site/apt/examples/jspReport.apt.vm Sat Jan 31 23:24:16 2015
@@ -28,7 +28,7 @@
 
 Analyzing JSP Code
 
-  The PMD plugin analyzes by Java default. You can configure it to analyze Java Server Pages files instead as shown below.
+  The PMD plugin analyzes Java by default. You can configure it to analyze Java Server Pages files instead as shown below.
 
   The example assumes that the JSP source code is stored in various subdirectories under the source directory
   <<<src/main/webapp>>> and enables the built-in JSP ruleset (<basic>).