Skip to content

Commit

Permalink
Code type
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross committed Apr 17, 2023
1 parent a7232fc commit 1155450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/postman/collection/Collection.java
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public void writeToFile(File outputFile) throws IOException {
* Convenience method to upsert a collection to Postman without specifying a workspace ID
*/

public PostmanID upsertToPostman() throws IOException, InterruptedException, CollectionNotFoundException, InvalidCollectionActionException {
public PostmanID upsertToPostman() throws IOException, InterruptedException, CollectionNotFoundException, InvalidCollectionActionException
{
return upsertToPostman(null);
}
Expand Down

0 comments on commit 1155450

Please sign in to comment.