We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c400d4 commit cf02e71Copy full SHA for cf02e71
rxjava-contrib/rxjava-swing/src/main/java/rx/SwingObservable.java renamed to rxjava-contrib/rxjava-swing/src/main/java/rx/observables/SwingObservable.java
@@ -13,7 +13,7 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-package rx;
+package rx.observables;
17
18
import static rx.Observable.filter;
19
@@ -25,6 +25,7 @@
25
import javax.swing.AbstractButton;
26
import javax.swing.JComponent;
27
28
+import rx.Observable;
29
import rx.swing.sources.AbstractButtonSource;
30
import rx.swing.sources.KeyEventSource;
31
import rx.swing.sources.MouseEventSource;
0 commit comments