You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/08 06:49:35 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/jface/src/java/org/apache/commons/jelly/tags/jface ActionTag.java

dion        2004/09/07 21:49:35

  Modified:    jelly/jelly-tags/jface/src/java/org/apache/commons/jelly/tags/jface
                        ActionTag.java
  Log:
  detab
  
  Revision  Changes    Path
  1.4       +7 -7      jakarta-commons/jelly/jelly-tags/jface/src/java/org/apache/commons/jelly/tags/jface/ActionTag.java
  
  Index: ActionTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jface/src/java/org/apache/commons/jelly/tags/jface/ActionTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ActionTag.java	25 Feb 2004 01:31:51 -0000	1.3
  +++ ActionTag.java	8 Sep 2004 04:49:35 -0000	1.4
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,2004 The Apache Software Foundation.
  - * 
  + *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
    * You may obtain a copy of the License at
  - * 
  + *
    *      http://www.apache.org/licenses/LICENSE-2.0
  - * 
  + *
    * Unless required by applicable law or agreed to in writing, software
    * distributed under the License is distributed on an "AS IS" BASIS,
    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  @@ -29,8 +29,8 @@
   
   /**
    * This tag creates an JFace Action
  - * 
  - * @author <a href="mailto:ckl@dacelo.nl">Christiaan ten Klooster</a> 
  + *
  + * @author <a href="mailto:ckl@dacelo.nl">Christiaan ten Klooster</a>
    */
   public class ActionTag extends UseBeanTag {
   
  @@ -57,7 +57,7 @@
       private static final Log log = LogFactory.getLog(ActionTag.class);
       private XMLOutput output;
       private String var = "event";
  -    
  +
       /**
        * @param arg0
        */
  @@ -84,7 +84,7 @@
           throws MissingAttributeException, JellyTagException {
   
           Map attributes = getAttributes();
  -		
  +
           Action action = new ActionImpl();
           setBeanProperties(action, attributes);
   
  
  
  

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