Removing $Id$ markers and stripping trailing whitespace from the codebase.
This commit is contained in:
@@ -17,7 +17,6 @@ import sample.dms.DocumentDao;
|
||||
* Basic integration test for DMS sample.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@ContextConfiguration(locations={"classpath:applicationContext-dms-shared.xml", "classpath:applicationContext-dms-insecure.xml"})
|
||||
|
||||
@@ -9,7 +9,6 @@ import org.springframework.test.context.ContextConfiguration;
|
||||
* Basic integration test for DMS sample when security has been added.
|
||||
*
|
||||
* @author Ben Alex
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@ContextConfiguration(locations={"classpath:applicationContext-dms-shared.xml", "classpath:applicationContext-dms-secure.xml"})
|
||||
|
||||
Reference in New Issue
Block a user