Skip to content

Commit 9733bfb

Browse files
committed
Add findOrCreate-folders
1 parent b9351e9 commit 9733bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/testmonitor/actions/TestCaseFolders.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public TestCaseFolder findOrCreate(String name) throws IOException, URISyntaxExc
220220
}
221221

222222
/**
223-
* Find a test case folder using the provided name or create a new one.
223+
* Find a test case folder using the provided name and parent folder or create a new one.
224224
*
225225
* @param name The name of the test case folder
226226
* @param parent The parent folder
@@ -238,7 +238,7 @@ public TestCaseFolder findOrCreate(String name, TestCaseFolder parent) throws IO
238238
}
239239

240240
/**
241-
* Find a test case folder using the provided name and test folder.
241+
* Find a test case folder using the provided name.
242242
*
243243
* @param name The name of the test case folder
244244
*

0 commit comments

Comments
 (0)