SwingJS upgrade
authorBobHanson <hansonr@stolaf.edu>
Thu, 28 May 2020 20:54:28 +0000 (15:54 -0500)
committerBobHanson <hansonr@stolaf.edu>
Thu, 28 May 2020 20:54:28 +0000 (15:54 -0500)
src/jalview/util/StringUtils.java
swingjs/SwingJS-site.zip
swingjs/net.sf.j2s.core-j11.jar
swingjs/timestamp
swingjs/ver/3.2.9-j11/SwingJS-site.zip
swingjs/ver/3.2.9-j11/net.sf.j2s.core-j11.jar
swingjs/ver/3.2.9-j11/timestamp
swingjs/ver/3.2.9/SwingJS-site.zip
swingjs/ver/3.2.9/timestamp

index 2cbbfbf..60db43b 100644 (file)
@@ -462,8 +462,8 @@ public class StringUtils
     for (int i = 0; i < j; i++)
     {
       int c = s.charAt(i);
-      if (!(c >= '0' && c <= '9') && !(c >= 'a' && c <= 'f')
-              && !(c >= 'A' && c <= 'F'))
+      if (!(c >= '0' && c <= '9' || c >= 'a' && c <= 'f'
+              || c >= 'A' && c <= 'F'))
       {
         return false;
       }
index 94c78ea..6f01f77 100644 (file)
Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ
index 683e1fa..928a835 100644 (file)
Binary files a/swingjs/net.sf.j2s.core-j11.jar and b/swingjs/net.sf.j2s.core-j11.jar differ
index 1d92f60..161db5a 100644 (file)
@@ -1 +1 @@
-20200527175654 
+20200528154821 
index 94c78ea..5563c76 100644 (file)
Binary files a/swingjs/ver/3.2.9-j11/SwingJS-site.zip and b/swingjs/ver/3.2.9-j11/SwingJS-site.zip differ
index 683e1fa..928a835 100644 (file)
Binary files a/swingjs/ver/3.2.9-j11/net.sf.j2s.core-j11.jar and b/swingjs/ver/3.2.9-j11/net.sf.j2s.core-j11.jar differ
index 94c78ea..6f01f77 100644 (file)
Binary files a/swingjs/ver/3.2.9/SwingJS-site.zip and b/swingjs/ver/3.2.9/SwingJS-site.zip differ
index 8192bae..161db5a 100644 (file)
@@ -1 +1 @@
-20200524153112 
+20200528154821