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

Correcting class description

parent 9574b63f
No related branches found
No related tags found
No related merge requests found
package de.hdm_stuttgart.mi.sd1.task1;
/**
* <p>Filtering lists of integer values.</p>
* <p>Filtering an array of strings for containing a given substring.</p>
*/
public class _4_Filter {
......
......@@ -3,7 +3,7 @@ package de.hdm_stuttgart.mi.sd1.task1;
import java.util.Arrays;
/**
* <p>Filtering lists of integer values.</p>
* <p>Filtering an array of strings for containing a given substring.</p>
*/
public class _4_Filter {
......
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