Skip to content

Commit

Permalink
Adding test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jan 9, 2024
1 parent 39814a3 commit e7435cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/io/vertx/core/impl/ContextKeyHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
*/
public class ContextKeyHelper {

/**
* Reset the context keys, only available for testing purpose.
*/
public static void reset() {
KeySeq.reset();
}
Expand Down

0 comments on commit e7435cc

Please sign in to comment.