Fix bug in GeoServerRESTReader
This commit is contained in:
parent
c588f2c66b
commit
687088386f
@ -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