fix javadoc

This commit is contained in:
Shay Banon 2013-09-20 16:56:33 +02:00
parent bd6723f426
commit a1185a93d0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public interface TimeoutClusterStateUpdateTask extends ProcessedClusterStateUpda
/**
* If the cluster state update task wasn't processed by the provided timeout, call
* {@link #onFailure(Throwable)}
* {@link #onFailure(String, Throwable)}
*/
TimeValue timeout();
}