comment fmt

v5stable
Ondřej Hruška 10 years ago
parent 2628cf6eda
commit ab73e0affd
  1. 11
      src/mightypork/utils/objects/VarargsParser.java

@ -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>

Loading…
Cancel
Save