Skip to content
Snippets Groups Projects
Commit 6077cdba authored by Herman Andersen Dyrkorn's avatar Herman Andersen Dyrkorn
Browse files

Merge branch '1-thought-class' into 'master'

Resolve "thought class"

Closes #1

See merge request !1
parents d77b49d5 0cb7df0b
No related tags found
1 merge request!1Resolve "thought class"
package sample;
public class Thought {
private String thoughtText;
}
package sample;
import java.util.List;
public class ThoughtManager {
private List<Thought> thoughts;
}
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