Skip to content

Commit

Permalink
Removed setter from DependencyResolver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas committed Jan 11, 2011
1 parent ca55fe8 commit 6387a59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ufront/web/mvc/DependencyResolver.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,4 @@ package ufront.web.mvc;
class DependencyResolver
{
public static var current : IDependencyResolver = new DefaultDependencyResolver();

public static function setResolver(resolver : IDependencyResolver)
{
DependencyResolver.current = resolver;
return resolver;
}
}

0 comments on commit 6387a59

Please sign in to comment.