Skip to content

Commit

Permalink
ContextAwareBase constructor now takes a ContextAware instead of Object
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed May 8, 2013
1 parent ebcd0dc commit 7188640
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public class ContextAwareBase implements ContextAware {
public ContextAwareBase() {
declaredOrigin = this;
}
public ContextAwareBase(Object declaredOrigin) {
public ContextAwareBase(ContextAware declaredOrigin) {
this.declaredOrigin = declaredOrigin;
}

Expand Down

0 comments on commit 7188640

Please sign in to comment.