BAEL-3290: Corrected formatting and removed author line in class comment

This commit is contained in:
Justin Albano 2019-12-11 07:57:32 -05:00
parent 49b511d74a
commit d746d0b74a
3 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
package org.baeldung.store;
import static org.junit.Assert.assertNotNull;
import org.junit.Test;

View File

@ -13,8 +13,6 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
* Separate unit test class where only one Item object is available for
* autowiring. If the ioc-context.xml were used for autowiring by type, there
* would be multiple qualifying Item objects, causing a failure.
*
* @author Justin Albano <albano.justin@gmail.com>
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration("classpath:/ioc-context-by-type.xml")

View File

@ -1,6 +1,5 @@
package org.baeldung.store;
import static org.junit.Assert.assertNotNull;
import org.junit.Test;