Skip to content

Commit f9b1a03

Browse files
committed
fixed invalid Javadoc comment
1 parent bb008f5 commit f9b1a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/kohsuke/github/GHAppExtendedTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ public void getAppBySlugTest() throws IOException {
3535
}
3636

3737
/**
38-
* Tests the create from App Manifest Flow.
38+
* Tests App creation via the App Manifest Flow.
3939
*
4040
* The used code defined below was only valid for a short time, meaning that you can not replay the test against the
4141
* GitHub API. Use the stored wire snapshot for executing those tests.
4242
*
4343
* @throws IOException
44+
* An IOException has occurred.
4445
*/
4546
@Test
4647
public void createAppByManifestFlowTest() throws IOException {

0 commit comments

Comments
 (0)