Skip to content

Commit

Permalink
chimera: correct a typo
Browse files Browse the repository at this point in the history
Target: master
Requires-notes: no
Requires-book: no
Acked-by: Lea Morschel
  • Loading branch information
mksahakyan committed Oct 21, 2024
1 parent 7e2040e commit cbff12d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ public String pnfsidToPath(Subject subject, PnfsId pnfsId) throws CacheException
public PnfsId pathToPnfsid(Subject subject, String path, boolean followLink)
throws CacheException {
try {
// TODO this case is used when downloading files in webdav, cold be done in smarter way
// TODO this case is used when downloading files in webdav, could be done in smarter way
if (path.startsWith("/.(collection)") && path.contains(")/")) {

long inodeNum = Long.parseLong(
Expand Down

0 comments on commit cbff12d

Please sign in to comment.