Merge 0253bbe423 into b034077930
This commit is contained in:
commit
ae7c175268
@ -773,7 +773,7 @@ public class GeoServerRESTPublisher {
|
||||
ParameterConfigure configure, NameValuePair... params) throws FileNotFoundException,
|
||||
IllegalArgumentException {
|
||||
if (workspace == null || dsType == null || storeName == null || method == null
|
||||
| extension == null || mimeType == null || uri == null) {
|
||||
|| extension == null || mimeType == null || uri == null) {
|
||||
throw new IllegalArgumentException("Null argument");
|
||||
}
|
||||
StringBuilder sbUrl = new StringBuilder(restURL).append("/rest/workspaces/")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user