addSuggestion method
Add a new suggestion.
Implementation
void addSuggestion(LinkedEditSuggestion suggestion) {
suggestions.add(suggestion);
}
Add a new suggestion.
void addSuggestion(LinkedEditSuggestion suggestion) {
suggestions.add(suggestion);
}