Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Michel PRUNET opened DATACASS-242 and commented
There is a typo bug at line 173 in the class CassandraCqlClusterParser :
builder.addPropertyValue("shutdownScripts", startupScripts);
It should be
builder.addPropertyValue("shutdownScripts", shutdownScripts);
Affects: 1.3.1 (Gosling SR1), 1.4.2 (Hopper SR2)
Attachments:
Referenced from: pull request #67
The text was updated successfully, but these errors were encountered:
John Blum commented
NOTE: the resolution of this issue depends on DATACASS-298 and the successful merge of PR #66 since I used test classes I wrote when fixing DATACASS-298 in the resolution of this issue
Sorry, something went wrong.
jxblum
No branches or pull requests
spring-projects-issues commentedDec 7, 2015
Michel PRUNET opened DATACASS-242 and commented
There is a typo bug at line 173 in the class CassandraCqlClusterParser :
It should be
Affects: 1.3.1 (Gosling SR1), 1.4.2 (Hopper SR2)
Attachments:
Referenced from: pull request #67
The text was updated successfully, but these errors were encountered: