Skip to content
Snippets Groups Projects
Commit 0cb7df0b authored by Eirik Martin Danielsen's avatar Eirik Martin Danielsen :speech_balloon:
Browse files

Added classes thought and thoughtManager

parent d77b49d5
No related branches found
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