git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270965 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -13,7 +13,7 @@ package org.apache.myrmidon.components.configurer; | |||||
| * | * | ||||
| * @author Adam Murdoch | * @author Adam Murdoch | ||||
| */ | */ | ||||
| public interface ConfigurationState | |||||
| interface ConfigurationState | |||||
| { | { | ||||
| /** | /** | ||||
| * Returns the configurer being used to configure the object. | * Returns the configurer being used to configure the object. | ||||
| @@ -15,7 +15,7 @@ package org.apache.myrmidon.components.configurer; | |||||
| * | * | ||||
| * @author Adam Murdoch | * @author Adam Murdoch | ||||
| */ | */ | ||||
| public class DefaultConfigurationState | |||||
| class DefaultConfigurationState | |||||
| implements ConfigurationState | implements ConfigurationState | ||||
| { | { | ||||
| private final int[] m_propCount; | private final int[] m_propCount; | ||||
| @@ -17,7 +17,8 @@ import org.apache.avalon.framework.CascadingException; | |||||
| * | * | ||||
| * @author Adam Murdoch | * @author Adam Murdoch | ||||
| */ | */ | ||||
| public class NoSuchPropertyException extends CascadingException | |||||
| class NoSuchPropertyException | |||||
| extends CascadingException | |||||
| { | { | ||||
| public NoSuchPropertyException( String message ) | public NoSuchPropertyException( String message ) | ||||
| { | { | ||||
| @@ -15,7 +15,7 @@ import org.apache.avalon.framework.configuration.ConfigurationException; | |||||
| * @author <a href="mailto:adammurdoch_ml@yahoo.com">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch_ml@yahoo.com">Adam Murdoch</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| */ | */ | ||||
| public interface ObjectConfigurer | |||||
| interface ObjectConfigurer | |||||
| { | { | ||||
| /** | /** | ||||
| * Starts the configuration of an object. | * Starts the configuration of an object. | ||||
| @@ -16,7 +16,7 @@ import org.apache.avalon.framework.configuration.ConfigurationException; | |||||
| * @author <a href="mailto:adammurdoch_ml@yahoo.com">Adam Murdoch</a> | * @author <a href="mailto:adammurdoch_ml@yahoo.com">Adam Murdoch</a> | ||||
| * @version $Revision$ $Date$ | * @version $Revision$ $Date$ | ||||
| */ | */ | ||||
| public interface PropertyConfigurer | |||||
| interface PropertyConfigurer | |||||
| { | { | ||||
| /** | /** | ||||
| * Returns the type of this property. | * Returns the type of this property. | ||||