Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit e631e46

Browse files
committed
Exposed this method.
I'm generally against having these inter-object short cut methods (in this case it's getOwner().getName() but oh well.) Fixes issue hub4j#149
1 parent 15163ff commit e631e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ protected void wrapUp(GHTag[] page) {
285285
};
286286
}
287287

288-
protected String getOwnerName() {
288+
public String getOwnerName() {
289289
return owner.login;
290290
}
291291

0 commit comments

Comments
 (0)