comment fmt

This commit is contained in:
Ondřej Hruška
2014-04-01 10:10:13 +02:00
parent 2628cf6eda
commit ab73e0affd
@@ -11,17 +11,6 @@ import java.util.Map;
* example:
*
* <pre>
*
*
*
*
*
*
*
*
*
*
*
* Object[] array = { &quot;one&quot;, 1, &quot;two&quot;, 4, &quot;three&quot;, 9, &quot;four&quot;, 16 };
* Map&lt;String, Integer&gt; args = new VarargsParser&lt;String, Integer&gt;().parse(array);
* </pre>