You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2008/12/03 20:39:56 UTC

svn commit: r723032 - /incubator/etch/trunk/util/src/test/java/etch/util/TestAlarmManager.java

Author: sccomer
Date: Wed Dec  3 11:39:56 2008
New Revision: 723032

URL: http://svn.apache.org/viewvc?rev=723032&view=rev
Log:
drop blank string for thrown exception in unit test for AlarmManager.

Modified:
    incubator/etch/trunk/util/src/test/java/etch/util/TestAlarmManager.java

Modified: incubator/etch/trunk/util/src/test/java/etch/util/TestAlarmManager.java
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/util/src/test/java/etch/util/TestAlarmManager.java?rev=723032&r1=723031&r2=723032&view=diff
==============================================================================
--- incubator/etch/trunk/util/src/test/java/etch/util/TestAlarmManager.java (original)
+++ incubator/etch/trunk/util/src/test/java/etch/util/TestAlarmManager.java Wed Dec  3 11:39:56 2008
@@ -410,7 +410,7 @@
 			wake.set( true );
 			
 			if (excp)
-				throw new RuntimeException( "" );
+				throw new RuntimeException();
 			
 			return delay;
 		}