Skip to content

Commit 87a402f

Browse files
committed
Fixed javadoc error. This is already fixed in openapi branch
1 parent 02805e1 commit 87a402f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

springfox-spi/src/main/java/springfox/documentation/spi/schema/UniqueTypeNameAdapter.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ public interface UniqueTypeNameAdapter {
6464
/**
6565
* Sets equality of two models to make sure, that models will be treated as one
6666
*
67-
* @param modelIdOf
68-
* - id of current model type
69-
* @param modelIdTo
70-
* - id of existing model type
67+
* @param typeIdOf - id of current model type
68+
* @param typeIdTo - id of existing model type
7169
*/
7270
void setEqualityFor(String typeIdOf, String typeIdTo);
7371

0 commit comments

Comments
 (0)