This commit is contained in:
Bas Duineveld 2019-05-14 07:18:05 +00:00 committed by GitHub
commit afdfa537d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -903,7 +903,7 @@ public class GeoServerRESTReader {
* @return boolean indicating if the Layer exists
*/
public boolean existsLayer(String workspace, String name){
return existsLayerGroup(workspace, name, Util.DEFAULT_QUIET_ON_NOT_FOUND);
return existsLayer(workspace, name, Util.DEFAULT_QUIET_ON_NOT_FOUND);
}
//==========================================================================