* Make isXmlRpc() synchronized.
This commit is contained in:
parent
d2b9023500
commit
34eaf86d50
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class RequestTrans implements Serializable {
|
|||
*
|
||||
* @return true if this might be an XML-RPC request.
|
||||
*/
|
||||
public boolean isXmlRpc() {
|
||||
public synchronized boolean isXmlRpc() {
|
||||
return isXmlRpc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue