Skip to content

Commit 1155450

Browse files
committed
Code type
1 parent a7232fc commit 1155450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public void writeToFile(File outputFile) throws IOException {
702702
* Convenience method to upsert a collection to Postman without specifying a workspace ID
703703
*/
704704

705-
public PostmanID upsertToPostman() throws IOException, InterruptedException, CollectionNotFoundException, InvalidCollectionActionException {
705+
public PostmanID upsertToPostman() throws IOException, InterruptedException, CollectionNotFoundException, InvalidCollectionActionException
706706
{
707707
return upsertToPostman(null);
708708
}

0 commit comments

Comments
 (0)