Polish
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2015-2016 the original author or authors.
|
||||
* Copyright 2015-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -57,6 +57,7 @@ public class TimerTriggerTests extends AbstractStateMachineTests {
|
||||
public void testGetter() {
|
||||
final long period = 1000;
|
||||
final int count = 1;
|
||||
@SuppressWarnings("rawtypes")
|
||||
final TimerTrigger timerTrigger = new TimerTrigger(period, count);
|
||||
assertEquals(period, timerTrigger.getPeriod());
|
||||
assertEquals(count, timerTrigger.getCount());
|
||||
|
||||
Reference in New Issue
Block a user