@@ -43,7 +43,9 @@ public class Result {
return new Result(data);
}
-
+ public static Result ok () {
+ return new Result(null);
+ }
public Result() {