DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40762>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40762
Summary: liveDeploy local variable is unused in StandardHost
Product: Tomcat 5
Version: Nightly Build
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P5
Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: janekdb@gmail.com
org.apache.catalina.core.StandardHost has an unused local variable.
/**
* The live deploy flag for this Host.
*/
private boolean liveDeploy = true;
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|