Skip to content

Commit a3f6b4f

Browse files
author
Prakash Jat
committed
Fixing more doc generation errors
1 parent 95fdb6c commit a3f6b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/smartbear/har/model/HarQueryString.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
66

77
/**
8-
* This object contains list of all parameters & values parsed from a query string, if any (embedded in request object).
8+
* This object contains list of all parameters and values parsed from a query string, if any (embedded in request object).
99
* @see <a href="http://www.softwareishard.com/blog/har-12-spec/#queryString">specification</a>
1010
*/
1111
@JsonPropertyOrder({

0 commit comments

Comments
 (0)