sebb 2005/01/04 11:45:05
Modified: src/jorphan/org/apache/jorphan/util Converter.java
Log:
Remove unused variable
Revision Changes Path
1.3 +1 -2
jakarta-jmeter/src/jorphan/org/apache/jorphan/util/Converter.java
Index: Converter.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/jorphan/org/apache/jorphan/util/Converter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Converter.java 29 May 2004 13:50:31 -0000 1.2
+++ Converter.java 4 Jan 2005 19:45:05 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2004 The Apache Software Foundation.
+ * Copyright 2003-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -179,7 +179,6 @@
else if (date != null)
{
DateFormat formatter =
DateFormat.getDateInstance(DateFormat.SHORT);
- java.util.Date d = null;
try
{
val = formatter.parse(date.toString());
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]