Skip to content

Commit ec20b00

Browse files
Issue 1597: Added Javadoc.
1 parent 6b66f2e commit ec20b00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/org/kohsuke/github/GHCodeownersError.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
package org.kohsuke.github;
22

3+
/**
4+
* Represents an error in a {@code CODEOWNERS} file. See <a href=
5+
* "https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners">the
6+
* relevant documentation</a>.
7+
*
8+
* @author Michael Grant
9+
*/
310
public class GHCodeownersError {
411
private int line, column;
512

0 commit comments

Comments
 (0)