fixed bean name

pull/340/head
Justin Richer 2013-04-01 11:59:23 -04:00
parent 72e2c7cb6c
commit f63ea94b37
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import com.google.gson.JsonObject;
* @author aanganes, jricher
*
*/
@Component("jsonEntityView")
@Component("jsonErrorView")
public class JsonErrorView extends AbstractView {
private static Logger logger = LoggerFactory.getLogger(JsonEntityView.class);