Merge pull request #787 from bordoisila1/checkstyle-minor-updates

Fixed minor changes suggested by Checkstyle
This commit is contained in:
Narendra Pathai 2018-08-21 11:20:16 +05:30 committed by GitHub
commit b64262303a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,7 @@ public final class Retry<T> implements BusinessOperation<T> {
//ignore
}
}
} while (true);
}
while (true);
}
}