We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97c221 commit d06a9c7Copy full SHA for d06a9c7
1 file changed
java/timebase/api/src/main/java/com/epam/deltix/util/vsocket/VSChannel.java
@@ -75,15 +75,15 @@ public interface VSChannel extends Disposable {
75
/**
76
* @return value previously set by {@link #setTag(String)}
77
*
78
- * @apiNote experimental
+ * experimental
79
*/
80
@Nullable
81
String getTag();
82
83
84
* Sets an arbitrary tag that can be used for debugging purposes. It is not sent to the remote side.
85
86
87
88
void setTag(@Nullable String tag);
89
}
0 commit comments