diff options
author | Noel Grandin <noel@peralex.com> | 2012-07-02 13:08:33 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:55:03 +0100 |
commit | 360f566cf91b2b78a39512ce0f87f5375f7e0479 (patch) | |
tree | 19d5a94a0f2eea587bd37aa8f5bcf59286ac6669 /qadevOOo/runner/stats | |
parent | f6a62d9e4106f36aff899c847d63e3198532796e (diff) |
Java update - fix a bunch of javadoc warnings in @param tags
Change-Id: Ibaccfd0312ab6697d8c9887367ea664163767587
Diffstat (limited to 'qadevOOo/runner/stats')
-rw-r--r-- | qadevOOo/runner/stats/OutProducerFactory.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/stats/OutProducerFactory.java b/qadevOOo/runner/stats/OutProducerFactory.java index b5c95da36b66..c900cf484e40 100644 --- a/qadevOOo/runner/stats/OutProducerFactory.java +++ b/qadevOOo/runner/stats/OutProducerFactory.java @@ -33,7 +33,7 @@ public class OutProducerFactory { * <li>DataBaseOut - If set to true, a database outproducer is created. * <li>OutProducer - The value of this parameter names the class that is created. * </ul> - * @param Parameters of the test. + * @param param Parameters of the test. * @return The created out producer. */ public static LogWriter createOutProducer(HashMap<String,Object> param) { @@ -62,7 +62,7 @@ public class OutProducerFactory { /** * Create a database out producer. - * @param The test parameters + * @param param The test parameters * @return The database out producer, or null if it couldn't be created. */ public static LogWriter createDataBaseOutProducer(HashMap<String,Object> param) { |