We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fdb6c commit a3f6b4fCopy full SHA for a3f6b4f
src/main/java/com/smartbear/har/model/HarQueryString.java
@@ -5,7 +5,7 @@
5
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
6
7
/**
8
- * This object contains list of all parameters & values parsed from a query string, if any (embedded in request object).
+ * This object contains list of all parameters and values parsed from a query string, if any (embedded in request object).
9
* @see <a href="http://www.softwareishard.com/blog/har-12-spec/#queryString">specification</a>
10
*/
11
@JsonPropertyOrder({
0 commit comments