Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 21, 2024
1 parent c6c3f7a commit c03b035
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagEx
//-------------------------------------------------------------------------

/**
* Sets the name of the variable which will be removed by this tag..
* Sets the name of the variable which will be removed by this tag.
*/
public void setVar(Expression var) {
this.var = var;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/**
* Binds a Java bean to the given named Jelly tag so that the attributes of
* the tag set the bean properties..
* the tag set the bean properties.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.apache.commons.jelly.XMLOutput;

/**
* A tag which invokes a BeanShell script..
* A tag which invokes a BeanShell script.
*
* @author Jason Horman
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

/**
* Binds a Java bean to the given named Jelly tag so that the attributes of
* the tag set the bean properties..
* the tag set the bean properties.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

/**
* Binds a Java bean to the given named Jelly tag so that the attributes of
* the tag set the bean properties..
* the tag set the bean properties.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import org.apache.commons.logging.LogFactory;

/**
* Registers a JavaBean or JMX MBean with a server..
* Registers a JavaBean or JMX MBean with a server.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.apache.commons.logging.LogFactory;

/**
* Registers a JavaBean or JMX MBean with a server..
* Registers a JavaBean or JMX MBean with a server.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* Binds a Java bean to the given named Jelly tag so that the attributes of
* the tag set the bean properties..
* the tag set the bean properties.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.apache.commons.logging.LogFactory;

/**
* An abstract base class for any logging tag..
* An abstract base class for any logging tag.
*
* @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
*/
Expand Down

0 comments on commit c03b035

Please sign in to comment.