Skip to content

Commit

Permalink
Merge pull request #6776 from jharting/WFLY-3929
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Oct 6, 2014
2 parents 822cce4 + b91de84 commit 49bc6c5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ public String toString() {
return delegate().toString();
}

@Override
public ApplicationFactory getWrapped() {
return delegate();
}
}

0 comments on commit 49bc6c5

Please sign in to comment.