Replace space indentation with tabs
Issue: SPR-10127
This commit is contained in:
committed by
Chris Beams
parent
1762157ad1
commit
2cf45bad86
@@ -32,7 +32,7 @@ public class CronTriggerBeanTests {
|
||||
|
||||
@Test
|
||||
public void testStartTime() throws Exception {
|
||||
CronTriggerBean bean = createTriggerBean();
|
||||
CronTriggerBean bean = createTriggerBean();
|
||||
Date startTime = new Date(System.currentTimeMillis() + 1234L);
|
||||
bean.setStartTime(startTime);
|
||||
bean.afterPropertiesSet();
|
||||
|
||||
Reference in New Issue
Block a user