dlestrat    2004/02/16 15:07:05

  Modified:    portal/src/java/org/apache/jetspeed/spi/om/prefs/impl
                        PropertyImpl.java PropertyKeyImpl.java
                        NodeImpl.java PropertySetDefImpl.java
               portal/src/java/org/apache/jetspeed/spi/om/prefs
                        PropertySetDef.java PropertyKey.java Node.java
                        Property.java
  Log:
  Replace company email with apache email.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/PropertyImpl.java
  
  Index: PropertyImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/PropertyImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyImpl.java 8 Dec 2003 18:28:06 -0000       1.1
  +++ PropertyImpl.java 16 Feb 2004 23:07:04 -0000      1.2
  @@ -62,7 +62,7 @@
    * <p>[EMAIL PROTECTED] Property} interface implementation.</p>
    * <p>Represents a property key/value pair.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public class PropertyImpl implements Property
   {
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/PropertyKeyImpl.java
  
  Index: PropertyKeyImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/PropertyKeyImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyKeyImpl.java      8 Dec 2003 18:28:06 -0000       1.1
  +++ PropertyKeyImpl.java      16 Feb 2004 23:07:04 -0000      1.2
  @@ -61,7 +61,7 @@
    * <p>[EMAIL PROTECTED] PropertyKey} interface implementation.</p>
    * <p>Represents a property key.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public class PropertyKeyImpl implements PropertyKey
   {
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/NodeImpl.java
  
  Index: NodeImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/NodeImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NodeImpl.java     8 Dec 2003 18:28:06 -0000       1.1
  +++ NodeImpl.java     16 Feb 2004 23:07:04 -0000      1.2
  @@ -63,7 +63,7 @@
    * <p>[EMAIL PROTECTED] Node} interface implementation.</p>
    * <p>Represents a preferences node.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public class NodeImpl implements Node
   {
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/PropertySetDefImpl.java
  
  Index: PropertySetDefImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/impl/PropertySetDefImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertySetDefImpl.java   8 Dec 2003 18:28:06 -0000       1.1
  +++ PropertySetDefImpl.java   16 Feb 2004 23:07:04 -0000      1.2
  @@ -62,7 +62,7 @@
    * <p>[EMAIL PROTECTED] PropertySetDef} interface implementation.</p>
    * <p>Represents a property set definition.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public class PropertySetDefImpl implements PropertySetDef
   {
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/PropertySetDef.java
  
  Index: PropertySetDef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/PropertySetDef.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertySetDef.java       8 Dec 2003 18:28:06 -0000       1.1
  +++ PropertySetDef.java       16 Feb 2004 23:07:04 -0000      1.2
  @@ -63,7 +63,7 @@
    * to a specific node given that the node name matches the property
    * set name.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    *
    */
   public interface PropertySetDef extends Serializable, Cloneable
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/PropertyKey.java
  
  Index: PropertyKey.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/PropertyKey.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyKey.java  8 Dec 2003 18:28:06 -0000       1.1
  +++ PropertyKey.java  16 Feb 2004 23:07:04 -0000      1.2
  @@ -59,7 +59,7 @@
   /**
    * <p>Interface representing a property key.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public interface PropertyKey extends Serializable, Cloneable
   {
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/Node.java
  
  Index: Node.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/Node.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Node.java 8 Dec 2003 18:28:06 -0000       1.1
  +++ Node.java 16 Feb 2004 23:07:04 -0000      1.2
  @@ -62,7 +62,7 @@
    * <p>Interface representing a [EMAIL PROTECTED] java.util.prefs.Preferences}
    * node.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public interface Node extends Serializable, Cloneable
   {
  
  
  
  1.2       +1 -1      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/Property.java
  
  Index: Property.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/spi/om/prefs/Property.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Property.java     8 Dec 2003 18:28:06 -0000       1.1
  +++ Property.java     16 Feb 2004 23:07:04 -0000      1.2
  @@ -59,7 +59,7 @@
   /**
    * <p>Interface representing a property key/value pair.</p>
    *
  - * @author <a href="[EMAIL PROTECTED]">David Le Strat</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]">David Le Strat</a>
    */
   public interface Property extends Serializable, Cloneable
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to