Skip to content

Commit bb42c33

Browse files
author
Oleg Obolenskiy
committed
isTransient() in TarantoolException made public
1 parent b53e0ba commit bb42c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tarantool/TarantoolException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public TarantoolException(long code, String message) {
5656
*
5757
* @return {@code true} if retry can possibly help to overcome this error.
5858
*/
59-
boolean isTransient() {
59+
public boolean isTransient() {
6060
switch ((int) code) {
6161
case ERR_READONLY:
6262
case ERR_TIMEOUT:

0 commit comments

Comments
 (0)