Author: gpetracek
Date: Sat May 17 12:45:29 2014
New Revision: 1595460
URL: http://svn.apache.org/r1595460
Log:
updated content
Modified:
deltaspike/site/trunk/content/partial-bean.mdtext
Modified: deltaspike/site/trunk/content/partial-bean.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/partial-bean.mdtext?rev=1595460&r1=1595459&r2=1595460&view=diff
==============================================================================
--- deltaspike/site/trunk/content/partial-bean.mdtext (original)
+++ deltaspike/site/trunk/content/partial-bean.mdtext Sat May 17 12:45:29 2014
@@ -40,7 +40,7 @@ Partial beans allow you to implement a g
@MyPartialBeanBinding
@Dependent
- public class TestPartialBeanHandler implements
java.lang.reflect.InvocationHandler
+ public class MyPartialBeanHandler implements
java.lang.reflect.InvocationHandler
{
public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable
{