You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/29 22:37:04 UTC

[lang] Remove unused method

Repository: commons-lang
Updated Branches:
  refs/heads/master 35e795d4a -> f431270c5


Remove unused method


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f431270c
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f431270c
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f431270c

Branch: refs/heads/master
Commit: f431270c59b6d4558da8dff625a7738591a0d541
Parents: 35e795d
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Apr 29 22:36:48 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Apr 29 22:36:48 2015 +0200

----------------------------------------------------------------------
 src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f431270c/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
index 0f93c77..148f6cd 100644
--- a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
@@ -1681,8 +1681,5 @@ public class DateUtilsTest {
         }
     }
 
-    void warn(final String msg) {
-        System.err.println(msg);
-    }
 }