Changeset 753


Ignore:
Timestamp:
01/24/14 17:03:46 (10 years ago)
Author:
jts21
Message:

Can't cast from Object to boolean, changed to Boolean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/WebParser.java

    r748 r753  
    526526                                                        System.out.println('B');
    527527
    528                                                         bottomReached.setValue((boolean) webEngine.executeScript("(window.pageYOffset + window.innerHeight >= document.documentElement.scrollHeight)"));
     528                                                        bottomReached.setValue((Boolean) webEngine.executeScript("(window.pageYOffset + window.innerHeight >= document.documentElement.scrollHeight)"));
    529529
    530530                                                        synchronized (notifier) {
Note: See TracChangeset for help on using the changeset viewer.