Skip to content

Commit

Permalink
For yegor256#76: Added todo for as xembly and delete implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Oct 30, 2018
1 parent 4c46002 commit 4580642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/io/wring/model/Error.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public interface Error {

/**
* Simple Error implementation.
* @todo #76:30min Implement Error.Simple asXembly and delete method.
* asXembly must return a xembly directive with element 'error' and
* child elements 'title'
* and 'description'.
*/
final class Simple implements Error {

Expand Down

0 comments on commit 4580642

Please sign in to comment.