added missing bean annotation

pull/210/head
Justin Richer 2012-08-27 16:52:00 -04:00
parent 3e423e9e04
commit 407c14d0dc
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.mitre.oauth2.model.ClientDetailsEntity;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.view.AbstractView;
import com.google.gson.Gson;
@ -21,6 +22,7 @@ import com.google.gson.JsonObject;
* @author jricher
*
*/
@Component("clientUpdate")
public class ClientUpdateView extends AbstractView {
/* (non-Javadoc)