You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2003/05/14 07:13:54 UTC

cvs commit: jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/prefs Profileable.java

psmith      2003/05/13 22:13:54

  Modified:    src/java/org/apache/log4j/chainsaw/prefs Profileable.java
  Log:
  oops, forgot that this interface should NOT extend from SettingsListener
  even though it has similar named methods.  Would be too confusing
  being able to pass a Profileable in to SettingsManager as a listener.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/prefs/Profileable.java
  
  Index: Profileable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/prefs/Profileable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Profileable.java	14 May 2003 05:11:33 -0000	1.1
  +++ Profileable.java	14 May 2003 05:13:54 -0000	1.2
  @@ -16,7 +16,7 @@
    * @author Paul Smith <ps...@apache.org>
    *
    */
  -public interface Profileable extends SettingsListener{
  +public interface Profileable {
   
   	/**
   	 * Must be able to provide a name which is used to determine at a minimum, 
  
  
  

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