Skip to content

Commit 98f3e59

Browse files
author
kasemir
committed
Correct comment
1 parent 6be806a commit 98f3e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pva/src/main/java/org/epics/pva/server/PVASearchMonitorMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private static class SearchInfo implements Comparable<SearchInfo>
4040
/** How often some client has searched for it */
4141
final AtomicLong count = new AtomicLong();
4242

43-
/** Client that searched most recently */
43+
/** Client that searched for the PV */
4444
final InetSocketAddress client;
4545

4646
/** Time of last search */

0 commit comments

Comments
 (0)