Skip to content

Commit

Permalink
Update UsecaseImplementation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rportela committed Jan 8, 2019
1 parent fa68594 commit ce526ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ public final UsecaseExecution<T, R> execute(T params) {
* to do;
*/
public UsecaseResultWriter getResultWriter(R result) {
return new UsecaseResultJson(result);
// return new UsecaseResultJson(result)
return null;
}

}

0 comments on commit ce526ff

Please sign in to comment.