Whoops, 1.6ism
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6265 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -11,7 +11,7 @@ public class MethodDescriptor
|
|||||||
{
|
{
|
||||||
public static List<MethodDescriptor> from(List<ServiceMethod> methods) {
|
public static List<MethodDescriptor> from(List<ServiceMethod> methods) {
|
||||||
return Lists.transform(methods, new Function<ServiceMethod, MethodDescriptor>() {
|
return Lists.transform(methods, new Function<ServiceMethod, MethodDescriptor>() {
|
||||||
@Override public MethodDescriptor apply (ServiceMethod from) {
|
public MethodDescriptor apply (ServiceMethod from) {
|
||||||
return new MethodDescriptor(from);
|
return new MethodDescriptor(from);
|
||||||
}});
|
}});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user