Skip to content

Commit b7a87e6

Browse files
committed
minor
1 parent 7bd93b7 commit b7a87e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ public <T> T callInReadTxWithRetry(Callable<T> callable, int attempts, int initi
624624
lastException = e;
625625

626626
String diagnose = diagnose();
627-
String message = attempt + ". of " + attempts + " attempts of calling a read TX failed:";
627+
String message = attempt + " of " + attempts + " attempts of calling a read TX failed:";
628628
if (logAndHeal) {
629629
System.err.println(message);
630630
e.printStackTrace();

0 commit comments

Comments
 (0)