Skip to content
Snippets Groups Projects
Commit c35bec3f authored by Goik Martin's avatar Goik Martin
Browse files

Fixing erroneous Javacoc comment

parent 47f5dc7f
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ public class Helper {
* <dd><code>int[] result = {0}</code></dd>
*
* <dt><code>123</code>:</dt>
* <dd><code>int[] result = {1, 20, 300}</code></dd>
* <dd><code>int[] result = {3, 20, 100}</code></dd>
*
* <dt><code>43090</code>:</dt>
* <dd><code>int[] result = {0, 90, 0, 3000, 40000}</code></dd>
......
......@@ -60,7 +60,7 @@ public class Helper {
* <dd><code>int[] result = {0}</code></dd>
*
* <dt><code>123</code>:</dt>
* <dd><code>int[] result = {1, 20, 300}</code></dd>
* <dd><code>int[] result = {3, 20, 100}</code></dd>
*
* <dt><code>43090</code>:</dt>
* <dd><code>int[] result = {0, 90, 0, 3000, 40000}</code></dd>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment