git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-22 12:29:03 +00:00
parent 32416cf540
commit 9a11321919
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public abstract class AbstractPlugin
throws Exception
{
throw new UnsupportedOperationException(
"If you are using the old technioque, you must override execute(req,resp)" );
"If you are using the old technique, you must override execute(req,resp)" );
}
public void setLog( Log log )