Skip to content

Commit d06a9c7

Browse files
[*] comments fixed
1 parent d97c221 commit d06a9c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • java/timebase/api/src/main/java/com/epam/deltix/util/vsocket

java/timebase/api/src/main/java/com/epam/deltix/util/vsocket/VSChannel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ public interface VSChannel extends Disposable {
7575
/**
7676
* @return value previously set by {@link #setTag(String)}
7777
*
78-
* @apiNote experimental
78+
* experimental
7979
*/
8080
@Nullable
8181
String getTag();
8282

8383
/**
8484
* Sets an arbitrary tag that can be used for debugging purposes. It is not sent to the remote side.
8585
*
86-
* @apiNote experimental
86+
* experimental
8787
*/
8888
void setTag(@Nullable String tag);
8989
}

0 commit comments

Comments
 (0)