Commit 8dfe0f43 authored by d8ahazard's avatar d8ahazard

I must have been really tired...

Not sure how this got deleted...
parent ffedb796
...@@ -102,6 +102,15 @@ public class Repo { ...@@ -102,6 +102,15 @@ public class Repo {
public String getVersion() { public String getVersion() {
return version; return version;
} }
public String getDescription() {
return moduleDescription;
}
public String getZipUrl() {
return zipUrl;
}
public String getLogUrl() { public String getLogUrl() {
return logUrl; return logUrl;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment