dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
277 stars 132 forks source link

srr: fix "empty path annotation" warning #7523

Closed kofemann closed 4 months ago

kofemann commented 4 months ago

Motivation: fix annoying warning message

The (sub)resource method getSrr in org.dcache.restful.resources.srr.SrrResource contains empty path annotation.

Modification: Remove redundant explicit resource path.

Result: less garbage in logs.

Acked-by: Lea Morschel Target: master, 9.2 Require-book: no Require-notes: yes (cherry picked from commit 6b9e1c6b9f927827bca63657e00f35a0f7fb71de)