We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d52c4 commit 11651daCopy full SHA for 11651da
1 file changed
src/main/java/org/kohsuke/github/GHTreeEntry.java
@@ -46,7 +46,7 @@ public long getSize() {
46
47
/**
48
* Gets the type such as:
49
- * "blob"
+ * "blob", "tree", etc.
50
*
51
* @return The type
52
*/
@@ -56,14 +56,14 @@ public String getType() {
56
57
58
59
- * SHA1 of this blob object.
+ * SHA1 of this object.
60
61
public String getSha() {
62
return sha;
63
}
64
65
66
- * API URL to this Git blob data, such as
+ * API URL to this Git data, such as
67
* https://api.github.com/repos/jenkinsci
68
* /jenkins/git/commits/b72322675eb0114363a9a86e9ad5a170d1d07ac0
69
0 commit comments