Skip to content

Commit

Permalink
Fix YARD documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Nov 23, 2018
1 parent 3d9c664 commit 0efe3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/nfs_server/routines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def ExportsItems(exports)
end


# @param clients list of "host(opts)" strings
# @return a string that has comma-separated list of bind target paths.
# @param entry list of "host(opts)" strings
# @return [String] a comma-separated list of bind target paths.
def getbindpaths(entry)
entry = deep_copy(entry)
exportpath = Ops.get_string(entry, "mountpoint", "")
Expand Down

0 comments on commit 0efe3f6

Please sign in to comment.