You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/util/ZipCategory.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ private ZipCategory() {
47
47
}
48
48
49
49
/**
50
-
* Unzips this file. If the <tt>destination</tt> directory is not provided, it will
50
+
* Unzips this file. If the {@code destination} directory is not provided, it will
51
51
* fall back to this file's parent directory.
52
52
* @param self file
53
53
* @param destination (optional), the destination directory where this file's content
0 commit comments