I must have been really tired...

Not sure how this got deleted...
This commit is contained in:
d8ahazard 2016-09-02 08:36:03 -05:00
parent ffedb79670
commit 8dfe0f4373

View File

@ -101,7 +101,16 @@ public class Repo {
public String getVersion() {
return version;
}
}
public String getDescription() {
return moduleDescription;
}
public String getZipUrl() {
return zipUrl;
}
public String getLogUrl() {
return logUrl;
}