You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/01 06:15:11 UTC

cvs commit: jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension Extension.java

donaldp     2002/08/31 21:15:10

  Modified:    extension/src/java/org/apache/avalon/excalibur/extension
                        Extension.java
  Log:
  Restyled
  
  Revision  Changes    Path
  1.23      +4 -4      jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/Extension.java
  
  Index: Extension.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/src/java/org/apache/avalon/excalibur/extension/Extension.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- Extension.java	7 Aug 2002 05:44:03 -0000	1.22
  +++ Extension.java	1 Sep 2002 04:15:10 -0000	1.23
  @@ -406,8 +406,8 @@
           m_implementationURL = implementationURL;
           m_implementationVendor = implementationVendor;
           m_implementationVendorID = implementationVendorId;
  -		m_implementationVersion=implementationVersion;
  -        
  +        m_implementationVersion = implementationVersion;
  +
           if( null == m_extensionName )
           {
               throw new NullPointerException( "extensionName property is null" );
  @@ -539,7 +539,7 @@
        */
       public boolean isCompatibleWith( final Extension required )
       {
  -        return ( COMPATIBLE == getCompatibilityWith( required ) );
  +        return (COMPATIBLE == getCompatibilityWith( required ));
       }
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>