Merge 687088386f into d518e9e5a4
This commit is contained in:
commit
afdfa537d5
@ -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);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user