summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-19 18:44:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-19 18:44:18 +0000
commit82a5f5e0fe472c81e4f86630a254933259c96ec5 (patch)
tree1f24f7cffc5330b789abe098fa0dd03c82cc1fb2
parent2b62f7ff41489833e80383f210eca182e1ab0255 (diff)
Remove author tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766499 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/IContextLocator.java3
-rw-r--r--java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/TuscanyComponentInjector.java4
2 files changed, 2 insertions, 5 deletions
diff --git a/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/IContextLocator.java b/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/IContextLocator.java
index 433a4bdee0..0074d1cafd 100644
--- a/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/IContextLocator.java
+++ b/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/IContextLocator.java
@@ -47,8 +47,7 @@ import org.apache.wicket.IClusterable;
*
* @see SpringBeanLocator
*
- * @author Igor Vaynberg (ivaynberg)
- *
+ * Based on code from Apache Wicket by Igor Vaynberg
*/
public interface IContextLocator extends IClusterable
{
diff --git a/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/TuscanyComponentInjector.java b/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/TuscanyComponentInjector.java
index 0fdbf993a2..60d132f27a 100644
--- a/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/TuscanyComponentInjector.java
+++ b/java/sca/modules/wicket/src/main/java/org/apache/tuscany/sca/wicket/TuscanyComponentInjector.java
@@ -39,9 +39,7 @@ import org.apache.wicket.protocol.http.WebApplication;
* components such as {@link Session}, {@link Model}, and any other pojo can be injected by calling
* <code>InjectorHolder.getInjector().inject(this)</code> in their constructor.
*
- * @author Igor Vaynberg (ivaynberg)
- * @author <a href="mailto:jlee@antwerkz.com">Justin Lee</a>
- *
+ * Based on code from Apache Wicket by Igor Vaynberg and Justin Lee
*/
public class TuscanyComponentInjector extends ComponentInjector
{