Skip to content

Commit 0fa0274

Browse files
committed
fix javadoc
1 parent 0f8fd2f commit 0fa0274

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,12 @@ public void testEventApi() throws Exception {
10361036
}
10371037
}
10381038

1039+
/**
1040+
* Test user public event api.
1041+
*
1042+
* @throws Exception
1043+
* the exception
1044+
*/
10391045
@Test
10401046
public void testUserPublicEventApi() throws Exception {
10411047
for (GHEventInfo ev : gitHub.getUserPublicEvents("PierreBtz")) {

0 commit comments

Comments
 (0)