We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 622 should call the other existsWmsstore() not existsCoveragestore()
Current code: public boolean existsWmsstore(String workspace, String wsName){ return existsCoveragestore(workspace, wsName, Util.DEFAULT_QUIET_ON_NOT_FOUND); }
Update: public boolean existsWmsstore(String workspace, String wsName){ return existsWmsstore(workspace, wsName, Util.DEFAULT_QUIET_ON_NOT_FOUND); }
The text was updated successfully, but these errors were encountered:
Would you mind providing a PR for this issue?
Sorry, something went wrong.
existsWmsstore defect fix
f728608
Resolved geosolutions-it#190 existsWmsstore was calling existsCoveragestore instead of overloaded existsWmsstore
bf62fb6
1b7cf02
213785a
No branches or pull requests
Line 622 should call the other existsWmsstore() not existsCoveragestore()
Current code:
public boolean existsWmsstore(String workspace, String wsName){
return existsCoveragestore(workspace, wsName, Util.DEFAULT_QUIET_ON_NOT_FOUND);
}
Update:
public boolean existsWmsstore(String workspace, String wsName){
return existsWmsstore(workspace, wsName, Util.DEFAULT_QUIET_ON_NOT_FOUND);
}
The text was updated successfully, but these errors were encountered: