
Interface IMessageConveyor should be called MessageConveyor and the class MessageConveyor should be called DefaultMessageConveyor ---------------------------------------------------------------------------------------------------------------------------------- Key: CAL-12 URL: http://jira.qos.ch/browse/CAL-12 Project: CAL10N Issue Type: Improvement Reporter: Geoffrey De Smet Assignee: Ceki Gulcu So it follows the JDK, JRE coding conventions, as well as most open source projects out there (especially Java projects). It also allows you to design an AbstractMessageConveyor in between, so you can tell people to extend that instead of directly implementing the public interface. That allows you to add extra methods to the interface in future versions and provide a dummy implementation in AbstractMessageConveyor. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira