[fixes #825] Add toString for ReleaseInfo
This commit is contained in:
parent
bc3ed5d80f
commit
ce9fbb914a
@ -59,4 +59,10 @@ public class ReleaseInfo {
|
||||
if (this.obj == null) return null;
|
||||
return this.obj.get("html_url").toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("releaseTag = %s ; releaseNotes = %s ; releaseURL = %s", getReleaseTag(), getReleaseNotes(),
|
||||
getReleaseURL());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user