On 7 March 2013 15:05,  <simonetrip...@apache.org> wrote:
> Author: simonetripodi
> Date: Thu Mar  7 15:05:17 2013
> New Revision: 1453909
>
> URL: http://svn.apache.org/r1453909
> Log:
> checkstyle: PackageHtml module no longer needed, package documentation moved 
> from package.html to package-info.java

Is there a check to ensure package-info.java exists?

> Modified:
>     commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml
>
> Modified: commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml?rev=1453909&r1=1453908&r2=1453909&view=diff
> ==============================================================================
> --- commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml 
> (original)
> +++ commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml Thu 
> Mar  7 15:05:17 2013
> @@ -66,10 +66,6 @@
>
>  <module name="Checker">
>
> -    <!-- Checks that a package.html file exists for each package.     -->
> -    <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
> -    <module name="PackageHtml"/>
> -
>      <!-- Checks whether files end with a new line.                        -->
>      <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
>      <module name="NewlineAtEndOfFile"/>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to