mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
Clean up, fix license headers
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
/**
|
||||||
|
* The contents of this file are subject to the license and copyright
|
||||||
|
* detailed in the LICENSE and NOTICE files at the root of the source
|
||||||
|
* tree and available online at
|
||||||
|
*
|
||||||
|
* http://www.dspace.org/license/
|
||||||
|
*/
|
||||||
|
|
||||||
/** Generally useful classes, not particularly tied to any other package. */
|
/** Generally useful classes, not particularly tied to any other package. */
|
||||||
|
|
||||||
package org.dspace.util;
|
package org.dspace.util;
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* The contents of this file are subject to the license and copyright
|
||||||
|
* detailed in the LICENSE and NOTICE files at the root of the source
|
||||||
|
* tree and available online at
|
||||||
|
*
|
||||||
|
* http://www.dspace.org/license/
|
||||||
|
*/
|
||||||
|
|
||||||
package org.dspace.util;
|
package org.dspace.util;
|
||||||
|
|
||||||
@@ -63,6 +70,5 @@ public class MultiFormatDateParserTest
|
|||||||
Date expResult = calendar.getTime();
|
Date expResult = calendar.getTime();
|
||||||
Date result = MultiFormatDateParser.parse(dateString);
|
Date result = MultiFormatDateParser.parse(dateString);
|
||||||
assertEquals(expResult, result);
|
assertEquals(expResult, result);
|
||||||
// assertTrue("expected date not returned", result.equals(expResult));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user