Skip to content
Snippets Groups Projects
ThoughtManager.java 109 B
Newer Older
package sample;

import java.util.List;

public class ThoughtManager {
    private List<Thought> thoughts;
}