Skip to content

Commit 335bb22

Browse files
author
jmhofer
committed
fixing strange compilation problems by specifying the packages directly
1 parent 3c6123f commit 335bb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-swing/src/main/java/rx/swing/sources/ComponentEventSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public Dimension call(ComponentEvent event) {
8787
/**
8888
* Predicates that help with filtering observables for specific component events.
8989
*/
90-
public enum Predicate implements Func1<ComponentEvent, Boolean> {
90+
public enum Predicate implements rx.util.functions.Func1<java.awt.event.ComponentEvent, Boolean> {
9191
RESIZED(ComponentEvent.COMPONENT_RESIZED),
9292
HIDDEN(ComponentEvent.COMPONENT_HIDDEN),
9393
MOVED(ComponentEvent.COMPONENT_MOVED),

0 commit comments

Comments
 (0)