Revision: 14974
          http://gate.svn.sourceforge.net/gate/?rev=14974&view=rev
Author:   markagreenwood
Date:     2012-01-10 11:16:02 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
fixed some javadoc and made the logger instance final

Modified Paths:
--------------
    gate/trunk/src/gate/util/Benchmark.java

Modified: gate/trunk/src/gate/util/Benchmark.java
===================================================================
--- gate/trunk/src/gate/util/Benchmark.java     2012-01-10 10:54:54 UTC (rev 
14973)
+++ gate/trunk/src/gate/util/Benchmark.java     2012-01-10 11:16:02 UTC (rev 
14974)
@@ -15,9 +15,9 @@
 import gate.Executable;
 import gate.creole.ExecutionException;
 
-import java.util.Date;
 import java.util.HashMap;
 import java.util.Map;
+
 import org.apache.log4j.Logger;
 
 /**
@@ -114,7 +114,7 @@
   /**
    * Static shared logger used for logging.
    */
-  public static Logger logger = Logger.getLogger(Benchmark.class);
+  public static final Logger logger = Logger.getLogger(Benchmark.class);
 
   /**
    * This returns the current system time.
@@ -152,7 +152,7 @@
    *          logged with this message.
    * @param objectInvokingThisCheckPoint - The benchmarkable object that
    *          invokes this method.
-   * @param features - any features (key-value pairs) that should be
+   * @param benchmarkingFeatures - any features (key-value pairs) that should 
be
    *          reported in the log message. toString() method will be
    *          invoked on the objects.
    */
@@ -178,7 +178,7 @@
    *          logged with this message.
    * @param objectInvokingThisCheckPoint - The benchmarkable object that
    *          invokes this method.
-   * @param features - any features (key-value pairs) that should be
+   * @param benchmarkingFeatures - any features (key-value pairs) that should 
be
    *          reported in the log message. toString() method will be
    *          invoked on the objects.
    */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to