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

Avoiding javadoc warning

parent 03742277
No related branches found
No related tags found
No related merge requests found
/**
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
*/
package de.hdm_stuttgart.mi.sd1.task1;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment