mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
get rid of warnings
This commit is contained in:
@@ -97,7 +97,7 @@ public class CompletionPanel {
|
||||
* @param dedit
|
||||
*/
|
||||
public CompletionPanel(final JEditTextArea textarea, int position, String subWord,
|
||||
DefaultListModel items, final Point location, DebugEditor dedit) {
|
||||
DefaultListModel<CompletionCandidate> items, final Point location, DebugEditor dedit) {
|
||||
this.textarea = (TextArea) textarea;
|
||||
editor = dedit;
|
||||
this.insertionPosition = position;
|
||||
|
||||
Reference in New Issue
Block a user