Skip to content

Commit feedcd5

Browse files
committed
removed unused call
1 parent 08ce834 commit feedcd5

File tree

1 file changed

+0
-8
lines changed
  • modules/swagger-annotations/src/main/java/io/swagger/annotations

1 file changed

+0
-8
lines changed

modules/swagger-annotations/src/main/java/io/swagger/annotations/Example.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
@Target(ElementType.ANNOTATION_TYPE)
3030
@Retention(RetentionPolicy.RUNTIME)
3131
public @interface Example {
32-
33-
/**
34-
* An option name for these examples.
35-
*
36-
* @return an option name for these examples - will be prefixed with "x-"
37-
*/
38-
String name() default "";
39-
4032
/**
4133
* The examples properties.
4234
*

0 commit comments

Comments
 (0)