[prev in list] [next in list] [prev in thread] [next in thread] 

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [10394] trunk/htmlunit/src
From:       asashour () users ! sourceforge ! net
Date:       2015-04-26 9:19:24
Message-ID: E1YmIiq-0003VB-8G () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 10394
          http://sourceforge.net/p/htmlunit/code/10394
Author:   asashour
Date:     2015-04-26 09:19:23 +0000 (Sun, 26 Apr 2015)
Log Message:
-----------
docs: update sonatype parent project version 

Modified Paths:
--------------
    trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/dom/NodeIterator.java
  trunk/htmlunit/src/site/xdoc/packagingARelease.xml

Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/dom/NodeIterator.java
 ===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/dom/NodeIterator.java	2015-04-26 \
                08:11:42 UTC (rev 10393)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/dom/NodeIterator.java	2015-04-26 \
09:19:23 UTC (rev 10394) @@ -203,13 +203,13 @@
         if (filter_ instanceof Function) {
             function = ((Function) filter_);
         }
-        Object acceptNode = filter_.get("acceptNode", filter_);
+        final Object acceptNode = filter_.get("acceptNode", filter_);
         if (acceptNode instanceof Function) {
             function = (Function) acceptNode;
         }
         if (function != null) {
             final double value = \
                Context.toNumber(function.call(Context.getCurrentContext(), \
                getParentScope(),
-                    this, new Object[] { node }));
+                    this, new Object[] {node}));
             return value == NodeFilter.FILTER_ACCEPT;
         }
         return true;

Modified: trunk/htmlunit/src/site/xdoc/packagingARelease.xml
===================================================================
--- trunk/htmlunit/src/site/xdoc/packagingARelease.xml	2015-04-26 08:11:42 UTC (rev \
                10393)
+++ trunk/htmlunit/src/site/xdoc/packagingARelease.xml	2015-04-26 09:19:23 UTC (rev \
10394) @@ -53,7 +53,7 @@
 <source><![CDATA[<parent>
     <groupId>org.sonatype.oss</groupId>
     <artifactId>oss-parent</artifactId>
-    <version>7</version>
+    <version>9</version>
 </parent>]]></source>
                     </li>
                     <li>


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic