mirror of https://github.com/apache/maven.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32416cf540
commit
9a11321919
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue