summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/core/src
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 06:51:33 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 06:51:33 +0000
commitcfe7c787c75d0e6fd82bbac3e4f7cb8ae8333427 (patch)
tree61845895d2976277c62656e01e8416fb200b3487 /branches/sca-java-1.x/modules/core/src
parente3120cc4bc30dde4c632e45f38633a5a373349d4 (diff)
Removing @author per Apache best practices
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755849 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/core/src')
-rw-r--r--branches/sca-java-1.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/JDKInvocationHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/JDKInvocationHandler.java b/branches/sca-java-1.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/JDKInvocationHandler.java
index 4216217028..219c964c73 100644
--- a/branches/sca-java-1.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/JDKInvocationHandler.java
+++ b/branches/sca-java-1.x/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/JDKInvocationHandler.java
@@ -580,7 +580,6 @@ public class JDKInvocationHandler implements InvocationHandler, Serializable {
* Given an Object, tells if it is a Holder by comparing to "javax.xml.ws.Holder"
* @param testClass
* @return boolean stating whether Object is a Holder type.
- * @author DOB
*/
protected static boolean isHolder( Object object ) {
String objectName = object.getClass().getName();