Skip to content

Commit c68af40

Browse files
author
Chris Wiechmann
committed
[skip ci] Javadoc fixed
1 parent 5ef6ca9 commit c68af40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/apim-adapter/src/main/java/com/axway/apim/api/model/APISpecIncludeExcludeFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void addPath(String[] pathAndVerbs) {
105105

106106
/**
107107
* This method is used for tests only
108-
* @param tag the tag to include or exclude
108+
* @param tags a list of tags to include or exclude
109109
*/
110110
public void addTag(String[] tags) {
111111
this.tags.addAll(Arrays.asList(tags));

0 commit comments

Comments
 (0)