git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@699633
13f79535-47bb-0310-9956-
ffa450edef68
/**
* The broadcaster that sends j2ee notifications.
*/
- private NotificationBroadcasterSupport broadcaster = null;
+ private transient NotificationBroadcasterSupport broadcaster = null;
/**
* The Locale to character set mapper for this application.
/**
* The mapper associated with this context.
*/
- private org.apache.tomcat.util.http.mapper.Mapper mapper =
+ private transient org.apache.tomcat.util.http.mapper.Mapper mapper =
new org.apache.tomcat.util.http.mapper.Mapper();