|
Change Variable Type sb : StringBuffer to sb : StringBuilder in method protected buildAttributesList(names List<String>) : String in class org.pac4j.sql.profile.service.DbProfileService |
From |
To |
|
Change Variable Type messages : Hashtable<String,XMLObject> to messages : LinkedHashMap<String,XMLObject> in method public storeMessage(messageID String, message XMLObject) : void in class org.pac4j.saml.storage.HttpSessionStorage |
From |
To |
|
Change Variable Type messages : Hashtable<String,XMLObject> to messages : LinkedHashMap<String,XMLObject> in method public retrieveMessage(messageID String) : XMLObject in class org.pac4j.saml.storage.HttpSessionStorage |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public buildAjaxResponse(url String, context WebContext) : RedirectAction in class org.pac4j.core.http.ajax.DefaultAjaxRequestResolver |
From |
To |
|
Change Variable Type messages : Hashtable<String,XMLObject> to messages : LinkedHashMap<String,XMLObject> in method private initializeSession() : LinkedHashMap<String,XMLObject> in class org.pac4j.saml.storage.HttpSessionStorage |
From |
To |
|
Change Variable Type attributesList : StringBuffer to attributesList : StringBuilder in method protected update(attributes Map<String,Object>) : void in class org.pac4j.sql.profile.service.DbProfileService |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public post(location String, data Map<String,String>) : RedirectAction in class org.pac4j.core.redirect.RedirectAction |
From |
To |