removed j letter from exception message
Not sure, but it seems like a typo.
This commit is contained in:
@@ -109,7 +109,7 @@ public class InteractiveQueryService {
|
||||
if (store != null) {
|
||||
return store;
|
||||
}
|
||||
throw new IllegalStateException("Error when retrieving state store: j " + storeName, throwable);
|
||||
throw new IllegalStateException("Error when retrieving state store: " + storeName, throwable);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user