Fix wrong @since tag In ReceiveCommand

Change-Id: I58fa657dd4783fed0ffca94020c87c49d99009c6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2015-12-02 15:24:26 +01:00
parent f89f30ffcd
commit f109af47d0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public static enum Result {
* desired status to filter by.
* @return a copy of the command list containing only those commands with
* the desired status.
* @since 4.3
* @since 4.2
*/
public static List<ReceiveCommand> filter(Iterable<ReceiveCommand> in,
Result want) {