You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/04/22 09:27:08 UTC

cvs commit: jakarta-avalon/src/java/org/apache/avalon/parameters Parameterizable.java Parametizable.java

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:donaldp@apache.org">Peter Donald</a>
   */
  public interface Parameterizable
  {
      void parameterize( Parameters parameters )
          throws ParameterException;
  }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org