Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix: use String as method in VisualizeHttpsCall (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed May 3, 2022
1 parent 1a74d10 commit 41f0efd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,9 +17,9 @@
@Retention(RetentionPolicy.RUNTIME)
public @interface VisualizeHttpsCall {
/**
* @return the method used to call path.
* @return the method used to call path, e.g. GET, POST, ...
*/
HttpMethod method();
String method();

/**
* @return the path called, e.g. "/customer/{id}"
Expand Down

0 comments on commit 41f0efd

Please sign in to comment.