donaldp 01/04/22 00:27:08 Added: src/java/org/apache/avalon/parameters Parameterizable.java Removed: src/java/org/apache/avalon/parameters Parametizable.java Log: Fixed spelling mistake re: parameterizable ;) Revision Changes Path 1.1 jakarta-avalon/src/java/org/apache/avalon/parameters/Parameterizable.java Index: Parameterizable.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE file. */ package org.apache.avalon.parameters; /** * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a> */ public interface Parameterizable { void parameterize( Parameters parameters ) throws ParameterException; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
