git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271765 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -56,11 +56,16 @@ public abstract class AbstractComponentTest | |||||
| /** | /** | ||||
| * Returns the component manager containing the components to test. | * Returns the component manager containing the components to test. | ||||
| */ | */ | ||||
| protected ServiceManager getServiceManager() | |||||
| protected final ServiceManager getServiceManager() | |||||
| { | { | ||||
| return m_serviceManager; | return m_serviceManager; | ||||
| } | } | ||||
| protected final Logger getLogger() | |||||
| { | |||||
| return m_logger; | |||||
| } | |||||
| /** | /** | ||||
| * Returns the type manager. | * Returns the type manager. | ||||
| */ | */ | ||||
| @@ -56,11 +56,16 @@ public abstract class AbstractComponentTest | |||||
| /** | /** | ||||
| * Returns the component manager containing the components to test. | * Returns the component manager containing the components to test. | ||||
| */ | */ | ||||
| protected ServiceManager getServiceManager() | |||||
| protected final ServiceManager getServiceManager() | |||||
| { | { | ||||
| return m_serviceManager; | return m_serviceManager; | ||||
| } | } | ||||
| protected final Logger getLogger() | |||||
| { | |||||
| return m_logger; | |||||
| } | |||||
| /** | /** | ||||
| * Returns the type manager. | * Returns the type manager. | ||||
| */ | */ | ||||