Skip to content

Commit cf02e71

Browse files
author
jmhofer
committed
moved SwingObservable into the rx.observables package
1 parent 7c400d4 commit cf02e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rxjava-contrib/rxjava-swing/src/main/java/rx/SwingObservable.java renamed to rxjava-contrib/rxjava-swing/src/main/java/rx/observables/SwingObservable.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package rx;
16+
package rx.observables;
1717

1818
import static rx.Observable.filter;
1919

@@ -25,6 +25,7 @@
2525
import javax.swing.AbstractButton;
2626
import javax.swing.JComponent;
2727

28+
import rx.Observable;
2829
import rx.swing.sources.AbstractButtonSource;
2930
import rx.swing.sources.KeyEventSource;
3031
import rx.swing.sources.MouseEventSource;

0 commit comments

Comments
 (0)