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

@@ -98,7 +98,7 @@ public class GHAuthorization extends GHObject {
return fingerprint;
}
/* package */ GHAuthorization wrap(GitHub root) {
GHAuthorization wrap(GitHub root) {
this.root = root;
return this;
}