GeoserverRestReader.existsLayer calls existsLayerGroup #217

This commit is contained in:
NielsCharlier 2017-07-14 15:25:39 +02:00
parent 25759e86a5
commit 3539a6d933

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);
}
//==========================================================================