Skip to content

Commit

Permalink
LPS-39103 Only subclasses need to do this. The default is already false.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Sep 5, 2013
1 parent 3241ef3 commit 598fa39
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ public abstract class BaseAlloyControllerImpl implements AlloyController {
public static final String TOUCH =
BaseAlloyControllerImpl.class.getName() + "#TOUCH#";

public BaseAlloyControllerImpl() {
setPermissioned(false);
}

@Override
public void afterPropertiesSet() {
initClass();
Expand Down

0 comments on commit 598fa39

Please sign in to comment.