Fixed syntax error in Javadoc example
This commit is contained in:
parent
d66fbbab21
commit
9bcaf9edea
@ -69,7 +69,7 @@ import java.util.Properties;
|
||||
* result.add(executor.newRecord(MY_TABLE));
|
||||
*
|
||||
* return new MockResult[] {
|
||||
* new MockResult(1, result);
|
||||
* new MockResult(1, result)
|
||||
* };
|
||||
* }
|
||||
* };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user