We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be806a commit 98f3e59Copy full SHA for 98f3e59
core/pva/src/main/java/org/epics/pva/server/PVASearchMonitorMain.java
@@ -40,7 +40,7 @@ private static class SearchInfo implements Comparable<SearchInfo>
40
/** How often some client has searched for it */
41
final AtomicLong count = new AtomicLong();
42
43
- /** Client that searched most recently */
+ /** Client that searched for the PV */
44
final InetSocketAddress client;
45
46
/** Time of last search */
0 commit comments