You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/24 09:10:07 UTC

[12/16] struts git commit: Drops authors tags

Drops authors tags


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/88a39333
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/88a39333
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/88a39333

Branch: refs/heads/master
Commit: 88a39333ceb4890b40fa2ca8dbcc6681b899248c
Parents: e8a598c
Author: Lukasz Lenart <lu...@apache.org>
Authored: Fri Mar 17 08:12:52 2017 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Fri Mar 17 08:12:52 2017 +0100

----------------------------------------------------------------------
 .../java/com/opensymphony/xwork2/StrutsTextProviderFactory.java   | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/88a39333/core/src/main/java/com/opensymphony/xwork2/StrutsTextProviderFactory.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/com/opensymphony/xwork2/StrutsTextProviderFactory.java b/core/src/main/java/com/opensymphony/xwork2/StrutsTextProviderFactory.java
index 9743b65..b242e39 100644
--- a/core/src/main/java/com/opensymphony/xwork2/StrutsTextProviderFactory.java
+++ b/core/src/main/java/com/opensymphony/xwork2/StrutsTextProviderFactory.java
@@ -21,9 +21,6 @@ import java.util.ResourceBundle;
 
 /**
  * This factory enables users to provide and correctly initialize a custom TextProvider.
- *
- * @author Oleg Gorobets
- * @author Rene Gielen
  */
 public class StrutsTextProviderFactory implements TextProviderFactory {