changeset 706:84c8c0025a70 draft

Updated comments in ReporterConfiguration.
author Pavel Tisnovsky <ptisnovs@redhat.com>
date Tue, 07 Apr 2015 12:08:50 +0200
parents 7dbc6f959afe
children 92b6e26de950
files ChangeLog src/org/gfxtest/reporter/ReporterConfiguration.java
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 07 11:27:31 2015 +0200
+++ b/ChangeLog	Tue Apr 07 12:08:50 2015 +0200
@@ -1,5 +1,10 @@
 2015-04-07  Pavel Tisnovsky  <ptisnovs@redhat.com>
 
+	* src/org/gfxtest/reporter/ReporterConfiguration.java:
+	Updated comments in ReporterConfiguration.
+
+2015-04-06  Pavel Tisnovsky  <ptisnovs@redhat.com>
+
 	* src/org/gfxtest/testsuites/BitBltUsingBgColor.java:
 	10 new tests added into BitBltUsingBgColor.
 
--- a/src/org/gfxtest/reporter/ReporterConfiguration.java	Tue Apr 07 11:27:31 2015 +0200
+++ b/src/org/gfxtest/reporter/ReporterConfiguration.java	Tue Apr 07 12:08:50 2015 +0200
@@ -1,7 +1,7 @@
 /*
   Java gfx-test framework
 
-   Copyright (C) 2010, 2011, 2012  Red Hat
+   Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Red Hat
 
 This file is part of IcedTea.
 
@@ -50,7 +50,8 @@
 
 
 /**
- * Instance of this class contain configuration for graphics tests reporter.
+ * Instance of this class contain configuration set for graphics tests reporter.
+ * All configuration parameters could be changed via command line arguments.
  * 
  * @author Pavel Tisnovsky
  */
@@ -81,7 +82,7 @@
     }
 
     /**
-     * Prints all configuration parameters.
+     * Prints all configuration parameters using logger object.
      */
     @SuppressWarnings("nls")
     @Override
@@ -123,3 +124,4 @@
     }
 
 }
+