mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-17 00:11:24 +00:00
Remove package comments
This commit is contained in:
@@ -109,7 +109,7 @@ public class GHThread extends GHObject {
|
||||
return repository.getCommit(subject.url.substring(subject.url.lastIndexOf('/') + 1));
|
||||
}
|
||||
|
||||
/* package */ GHThread wrap(GitHub root) {
|
||||
GHThread wrap(GitHub root) {
|
||||
this.root = root;
|
||||
if (this.repository != null)
|
||||
this.repository.wrap(root);
|
||||
|
||||
Reference in New Issue
Block a user