Skip to content

Commit 98af602

Browse files
committed
Adding meaningless spaces
1 parent 66e2fde commit 98af602

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ 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+
522+
521523
*/
522524
public static Collection pmcFactory(URL collectionURL) throws IOException, InterruptedException, IllegalArgumentException, CollectionNotFoundException, ValidationException, InvalidCollectionActionException {
523525
// create a client

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Encapsulates members of the <code>event</code> array object. Events contain pre-request and test scripts for Folders, Requests, and Collections
77
*
88
* <p>Postman SDK analog: <code><a href="http://www.postmanlabs.com/postman-collection/Event.html">event</code>.</p>
9-
*
9+
*
1010
* <pre>
1111
* "event": [
1212
{

0 commit comments

Comments
 (0)