summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/stats
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 15:58:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:48 +0200
commitac5954d7c540f34702033d7d951d1d16cb96730a (patch)
tree310ba9698a10c74662de0714db683f932de32b0c /qadevOOo/runner/stats
parent89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff)
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'qadevOOo/runner/stats')
-rw-r--r--qadevOOo/runner/stats/OutProducerFactory.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/qadevOOo/runner/stats/OutProducerFactory.java b/qadevOOo/runner/stats/OutProducerFactory.java
index a657a116f3d5..3f60e73b53ca 100644
--- a/qadevOOo/runner/stats/OutProducerFactory.java
+++ b/qadevOOo/runner/stats/OutProducerFactory.java
@@ -118,11 +118,4 @@ public class OutProducerFactory {
return name.substring(0,1).toUpperCase() + name.substring(1);
}
-/* public static void main(String[] args) {
- Hashtable p = new Hashtable();
- p.put("DataBaseOut", "yes");
- p.put("TestBase", "java_complex");
- p.put("Version", "srx645gggg");
- createDataBaseOutProducer(p);
- } */
}