Renaming Client View class
							parent
							
								
									eda7505b7b
								
							
						
					
					
						commit
						23fd7b1b21
					
				|  | @ -19,7 +19,7 @@ import com.google.gson.FieldAttributes; | |||
| import com.google.gson.Gson; | ||||
| import com.google.gson.GsonBuilder; | ||||
| 
 | ||||
| public class JSONOAuthClientView extends AbstractView{ | ||||
| public class JSONClientView extends AbstractView{ | ||||
| 
 | ||||
|     /* (non-Javadoc) | ||||
|       * @see org.springframework.web.servlet.view.AbstractView#renderMergedOutputModel(java.util.Map, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) | ||||
|  | @ -188,7 +188,7 @@ | |||
| 	 | ||||
|  	<bean id="jsonUserInfoView" class="org.mitre.openid.connect.view.JSONUserInfoView"/> | ||||
|  	<bean id="jsonIdTokenView" class="org.mitre.openid.connect.view.JSONIdTokenView"/> | ||||
|     <bean id="jsonClientView" class="org.mitre.openid.connect.view.JSONOAuthClientView" /> | ||||
|     <bean id="jsonClientView" class="org.mitre.openid.connect.view.JSONClientView" /> | ||||
| 
 | ||||
| <!-- End view configuration --> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Jett
						Michael Jett