fix bug rendering resources in Parameters resource
This commit is contained in:
parent
975b45da36
commit
53f484d11c
|
@ -110,7 +110,7 @@ public class DirectWrappers {
|
|||
|
||||
@Override
|
||||
public ResourceWrapper getAsResource() {
|
||||
throw new Error("Not implemented yet");
|
||||
return new ResourceWrapperDirect(context, (Resource) wrapped.getValues().get(0));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue