Compilation error at InstallChefGems

This commit is contained in:
Adrian Cole 2011-05-22 18:12:21 -07:00
parent f5e479a4b5
commit 9ff37adbf7
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ public class InstallChefGems implements Statement {
}
@Override
public Iterable<String> functionDependecies(OsFamily family) {
public Iterable<String> functionDependencies(OsFamily family) {
return Collections.emptyList();
}
}
}