mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
Remove package comments
This commit is contained in:
@@ -66,12 +66,12 @@ public class GHRef {
|
||||
new Requester(root).method("DELETE").to(url);
|
||||
}
|
||||
|
||||
/* package */ GHRef wrap(GitHub root) {
|
||||
GHRef wrap(GitHub root) {
|
||||
this.root = root;
|
||||
return this;
|
||||
}
|
||||
|
||||
/* package */ static GHRef[] wrap(GHRef[] in, GitHub root) {
|
||||
static GHRef[] wrap(GHRef[] in, GitHub root) {
|
||||
for (GHRef r : in) {
|
||||
r.wrap(root);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user