INT-3154 Use SPR Javadoc Stylesheet

Use the Spring Framework stylesheet for javadocs.

Fix 3 missing package-info files.

(Aside: remove cache-sessions from 2 @Ignored test case configuration files).
This commit is contained in:
Gary Russell
2013-09-27 14:54:40 -04:00
parent 61f24c8d9e
commit 691fffc058
6 changed files with 557 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
/**
* Provides classes used to support common test cases in modules
* that are dependent on the file module.
*/
package org.springframework.integration.file.test;