Skip to content

Commit

Permalink
Make Weld compile on JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Dec 23, 2013
1 parent b162a64 commit 75542b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public ContextualStoreImpl(String contextId) {
* @return the contextual
*/
public <C extends Contextual<I>, I> C getContextual(String id) {
return getContextual(new StringBeanIdentifier(id));
return this.<C, I>getContextual(new StringBeanIdentifier(id));
}

@Override
Expand Down

0 comments on commit 75542b3

Please sign in to comment.