Skip to content

Commit 474d5b8

Browse files
committed
drv: fix javadoc warning
1 parent cc8e5c2 commit 474d5b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/dcache/nearline/cta/CtaNearlineStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ public String call() {
612612
* @param action the action type for which the statistics are collected.
613613
* @param callable the gRPC request to execute.
614614
* @return the response from the gRPC request.
615-
* @throws Exception if the gRPC request fails.
615+
* @throws StatusRuntimeException if the gRPC request fails.
616616
*/
617617
private Response withStats(Action action, Callable<Response> callable) throws StatusRuntimeException {
618618
try {

0 commit comments

Comments
 (0)