This commit is contained in:
NielsCharlier 2017-07-14 13:27:16 +00:00 committed by GitHub
commit b3cbf9adb9

View File

@ -903,7 +903,7 @@ public class GeoServerRESTReader {
* @return boolean indicating if the Layer exists * @return boolean indicating if the Layer exists
*/ */
public boolean existsLayer(String workspace, String name){ 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);
} }
//========================================================================== //==========================================================================