@@ -332,14 +332,14 @@ public String getOptionValue(final char opt, final String defaultValue)
332332
333333 /**
334334 * Retrieve the map of values associated to the option. This is convenient
335- * for options specifying Java properties like <tt >-Dparam1=value1
336- * -Dparam2=value2</tt >. The first argument of the option is the key, and
335+ * for options specifying Java properties like <code >-Dparam1=value1
336+ * -Dparam2=value2</code >. The first argument of the option is the key, and
337337 * the 2nd argument is the value. If the option has only one argument
338- * (<tt >-Dfoo</tt >) it is considered as a boolean flag and the value is
339- * <tt >"true"</tt >.
338+ * (<code >-Dfoo</code >) it is considered as a boolean flag and the value is
339+ * <code >"true"</code >.
340340 *
341341 * @param option name of the option.
342- * @return The Properties mapped by the option, never <tt >null</tt >
342+ * @return The Properties mapped by the option, never <code >null</code >
343343 * even if the option doesn't exists.
344344 * @since 1.5
345345 */
@@ -370,14 +370,14 @@ else if (values.size() == 1)
370370
371371 /**
372372 * Retrieve the map of values associated to the option. This is convenient
373- * for options specifying Java properties like <tt >-Dparam1=value1
374- * -Dparam2=value2</tt >. The first argument of the option is the key, and
373+ * for options specifying Java properties like <code >-Dparam1=value1
374+ * -Dparam2=value2</code >. The first argument of the option is the key, and
375375 * the 2nd argument is the value. If the option has only one argument
376- * (<tt >-Dfoo</tt >) it is considered as a boolean flag and the value is
377- * <tt >"true"</tt >.
376+ * (<code >-Dfoo</code >) it is considered as a boolean flag and the value is
377+ * <code >"true"</code >.
378378 *
379379 * @param opt name of the option.
380- * @return The Properties mapped by the option, never <tt >null</tt >
380+ * @return The Properties mapped by the option, never <code >null</code >
381381 * even if the option doesn't exists.
382382 * @since 1.2
383383 */
0 commit comments