Skip to content

Commit ed2de87

Browse files
committed
Type
1 parent dcdab25 commit ed2de87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/javaunit.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function! javaunit#Compile() abort
3030
silent exec '!javac -encoding utf8 -d "'.s:JavaUnit_tempdir.'" "'.s:JavaUnit_TestMethod_Source .'"'
3131
endfunction
3232

33-
function javeunit#TestMethod(args,...)
33+
function javaunit#TestMethod(args,...)
3434
let line = getline(search("package","nb",getline("0$")))
3535
if line != ''
3636
let currentClassName = split(split(line," ")[1],";")[0].".".expand("%:t:r")

0 commit comments

Comments
 (0)