Skip to content

Commit

Permalink
fix one error in new project after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
John Plaisted committed Jan 14, 2021
1 parent 2737c96 commit 8e14b3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public Object coerceInput(T object) throws ClassCastException {
return object.toString();
}

@SuppressWarnings("unchecked")
public T coerceOutput(Object object) throws TemplateOutputCastException {
try {
return (T) Urn.createFromString((String) object);
Expand Down

0 comments on commit 8e14b3e

Please sign in to comment.