Remove package comments

This commit is contained in:
Liam Newman
2019-11-13 14:57:23 -08:00
parent 5f597379b5
commit a3b126282d
60 changed files with 121 additions and 121 deletions

View File

@@ -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);