Skip to content

Commit

Permalink
WBRI-273
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2760 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jun 4, 2009
1 parent e070b9d commit 473838d
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -87,4 +87,10 @@ public String toString()
return "Built-in implicit javax.event.Event bean";
}

@Override
public boolean isSerializable()
{
return true;
}

}

0 comments on commit 473838d

Please sign in to comment.