Browse Source

Fixed typo in pom and invalid html tag in docs.

pull/57/head
Kalle Stenflo 10 years ago
parent
commit
680a38d43d
  1. 4
      json-path/src/main/java/com/jayway/jsonpath/JsonPath.java
  2. 2
      pom.xml

4
json-path/src/main/java/com/jayway/jsonpath/JsonPath.java

@ -40,7 +40,7 @@ import static com.jayway.jsonpath.internal.Utils.*;
* <p/> * <p/>
* Given the Json document: * Given the Json document:
* <p/> * <p/>
* <code> * <pre>
* String json = * String json =
* "{ * "{
* "store": * "store":
@ -67,7 +67,7 @@ import static com.jayway.jsonpath.internal.Utils.*;
* } * }
* } * }
* }"; * }";
* </code> * </pre>
* <p/> * <p/>
* A JsonPath can be compiled and used as shown: * A JsonPath can be compiled and used as shown:
* <p/> * <p/>

2
pom.xml

@ -45,7 +45,7 @@
<id>kalle.stenflo</id> <id>kalle.stenflo</id>
<organization>Jayway</organization> <organization>Jayway</organization>
<organizationUrl>http://www.jayway.com</organizationUrl> <organizationUrl>http://www.jayway.com</organizationUrl>
<email>kale.stenflo at gmail.com</email> <email>kalle.stenflo at gmail.com</email>
<timezone>+1</timezone> <timezone>+1</timezone>
<roles> <roles>
<role>Developer</role> <role>Developer</role>

Loading…
Cancel
Save