aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/jsyn/swing/PortControllerFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/jsyn/swing/PortControllerFactory.java')
-rw-r--r--src/main/java/com/jsyn/swing/PortControllerFactory.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/java/com/jsyn/swing/PortControllerFactory.java b/src/main/java/com/jsyn/swing/PortControllerFactory.java
index a73d047..0f98ea6 100644
--- a/src/main/java/com/jsyn/swing/PortControllerFactory.java
+++ b/src/main/java/com/jsyn/swing/PortControllerFactory.java
@@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,11 +19,12 @@ package com.jsyn.swing;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
+import com.jsyn.ports.SettablePort;
import com.jsyn.ports.UnitInputPort;
/**
* Factory class for making various controllers for JSyn ports.
- *
+ *
* @author Phil Burk (C) 2010 Mobileer Inc
*/
public class PortControllerFactory {