Skip to content

Commit

Permalink
fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancisBourre authored and aliokan committed Mar 20, 2017
1 parent 7125ac8 commit f8e4ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hex/MockDependencyInjector.hx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class MockDependencyInjector implements IDependencyInjector
return false;
}

public function getProvider( className : String, name : String = '' ) : IDependencyProvider
public function getProvider<T>( className : String, name : String = '' ) : IDependencyProvider<T>
{
return null;
}
Expand Down

0 comments on commit f8e4ea2

Please sign in to comment.