https://issues.apache.org/bugzilla/show_bug.cgi?id=49295
Summary: JMXAccessorTask.getProperties() - return Properties not Map? Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: s...@apache.org JMXAccessorTask.getProperties() currently returns the raw type "Map". It's not easy to change this to Map<String, String> so another option is to change the method to return Properties (which is after all what the method does). This requires adding the cast (Properties) to currentProject.getProperties(); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org