Skip to content

Commit 5305099

Browse files
committed
asdfasdf
1 parent fdd5933 commit 5305099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/postman/collection/Collection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public static Collection pmcFactory(String json) {
518518
* @throws CollectionNotFoundException If there is no collection at the specified URL
519519
* @throws ValidationException If the JSON returned by the specified URL does not conform to the Postman schema
520520
* @throws InvalidCollectionActionException If any other error occurs during the generation of the collection
521-
521+
asdfasdf
522522
523523
*/
524524
public static Collection pmcFactory(URL collectionURL) throws IOException, InterruptedException, IllegalArgumentException, CollectionNotFoundException, ValidationException, InvalidCollectionActionException {

src/main/java/com/postman/collection/Event.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* <p>Postman SDK analog: <code><a href="http://www.postmanlabs.com/postman-collection/Event.html">event</code>.</p>
99
*
1010
* <pre>
11-
* "event": [
11+
* "event": [
1212
{
1313
"listen": "test",
1414
"script": {

0 commit comments

Comments
 (0)