Fix jdk8 javadoc build

This commit is contained in:
Janne Valkealahti
2015-08-04 09:07:51 +01:00
parent 924300999e
commit e6c400e31c
9 changed files with 15 additions and 9 deletions

View File

@@ -41,6 +41,8 @@ public class StateMachineTestPlanBuilder<S, E> {
/**
* Gets a new instance of this builder.
*
* @param <S> the type of state
* @param <E> the type of event
* @return the state machine test plan builder
*/
public static <S, E> StateMachineTestPlanBuilder<S, E> builder() {