mirror of https://github.com/qos-ch/slf4j
typo fix
This commit is contained in:
parent
8643328d79
commit
4e2d0555dd
|
|
@ -42,9 +42,9 @@ import junit.framework.TestCase;
|
|||
* @author Ceki Gulcu
|
||||
*
|
||||
*/
|
||||
public class InvocatonTest extends TestCase {
|
||||
public class InvocationTest extends TestCase {
|
||||
|
||||
public InvocatonTest (String arg0) {
|
||||
public InvocationTest (String arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@ import junit.framework.TestCase;
|
|||
* @author Ceki Gulcu
|
||||
*
|
||||
*/
|
||||
public class InvocatonTest extends TestCase {
|
||||
public class InvocationTest extends TestCase {
|
||||
|
||||
public InvocatonTest (String arg0) {
|
||||
public InvocationTest (String arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@ import junit.framework.TestCase;
|
|||
* @author Ceki Gulcu
|
||||
*
|
||||
*/
|
||||
public class InvocatonTest extends TestCase {
|
||||
public class InvocationTest extends TestCase {
|
||||
|
||||
public InvocatonTest (String arg0) {
|
||||
public InvocationTest (String arg0) {
|
||||
super(arg0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue