Move FileInfo to FileInfoJson and implement Files.list().

Change-Id: I893dd097f2372f9a0e2a788a973fa30b53b3e0e4
This commit is contained in:
Colby Ranger
2013-05-07 19:55:34 -07:00
parent a41f1d5ae2
commit 42be1d8206
5 changed files with 146 additions and 58 deletions

View File

@@ -35,8 +35,12 @@ public class RevisionResource implements RestResource {
this.ps = ps;
}
public ChangeResource getChangeResource() {
return change;
}
public ChangeControl getControl() {
return change.getControl();
return getChangeResource().getControl();
}
public Change getChange() {