Skip to content

Commit

Permalink
fix Rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 27, 2024
1 parent c6cd5ca commit 1b41f65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/GSWorkspaceManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GSWorkspaceManager <- R6Class("GSWorkspaceManager",

#'@description Creates a GeoServer workspace given a name, and an optional URI. If the URI
#' is not specified, GeoServer will automatically create an associated Namespace
#' with the URI being "http://{workspaceName}. If the URI is specified, the method
#' with the URI built from the workspace name. If the URI is specified, the method
#' invokes the method \code{createNamespace(ns, uri)} of the \code{\link{GSNamespaceManager}}.
#' Returns \code{TRUE} if the workspace has been successfully created, \code{FALSE} otherwise
#'@param name name
Expand Down Expand Up @@ -128,7 +128,7 @@ GSWorkspaceManager <- R6Class("GSWorkspaceManager",

#'@description Updates a GeoServer workspace given a name, and an optional URI. If the URI
#' is not specified, GeoServer will automatically update the associated Namespace
#' with the URI being "http://{workspaceName}. If the URI is specified, the method
#' with the URI built from the workspace name. If the URI is specified, the method
#' invokes the method \code{updateNamespace(ns, uri)} of the \code{\link{GSNamespaceManager}}.
#' Returns \code{TRUE} if the workspace has been successfully updated, \code{FALSE} otherwise
#'@param name name
Expand Down
4 changes: 2 additions & 2 deletions man/GSWorkspaceManager.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b41f65

Please sign in to comment.