Skip to content

Commit 8a734f4

Browse files
committed
typo: rename setContextPath to just contextPath on OpenAPIModule
1 parent 4e5ca66 commit 8a734f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jooby/src/main/java/io/jooby/OpenAPIModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public OpenAPIModule() {
166166
* @param contextPath Context path/Path prefix.
167167
* @return This module.
168168
*/
169-
public @NonNull OpenAPIModule setContextPath(@NonNull String contextPath) {
169+
public @NonNull OpenAPIModule contextPath(@NonNull String contextPath) {
170170
this.contextPath = contextPath;
171171
return this;
172172
}

0 commit comments

Comments
 (0)