Skip to content

Commit

Permalink
WFLY-3929 WeldApplicationFactory does not override getWrapped()
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Oct 2, 2014
1 parent c7cfe13 commit b91de84
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 b91de84

Please sign in to comment.